Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Oct 1997 15:48:31 +0930
From:      Greg Lehey <grog@lemis.com>
To:        xiyuan qian <xiyuan@npc.haplink.com.cn>
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: maximum file descriptors?
Message-ID:  <19971009154831.12840@lemis.com>
In-Reply-To: <199710091337.NAA18634@npc.haplink.com.cn>; from xiyuan qian on Thu, Oct 09, 1997 at 01:37:52PM %2B0000
References:  <199710091337.NAA18634@npc.haplink.com.cn>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 09, 1997 at 01:37:52PM +0000, xiyuan qian wrote:
> Hi, Here I have a MUD game running on FreeBSD, when there are more than 59
> users connected in, it will get an error message with appending to a log
> file. The source code is as followings:
>
> if (( fopen(fname,"a") == NULL){
>   fprintf(stderr,"Error opening logfile\n")
> }

What's the error message?

Greg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19971009154831.12840>