From owner-freebsd-isp Wed Oct 8 22:30:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA09559 for isp-outgoing; Wed, 8 Oct 1997 22:30:06 -0700 (PDT) (envelope-from owner-freebsd-isp) Received: from npc.haplink.com.cn ([202.96.192.53]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA09545 for ; Wed, 8 Oct 1997 22:30:00 -0700 (PDT) (envelope-from xiyuan@npc.haplink.com.cn) Received: (from xiyuan@localhost) by npc.haplink.com.cn (8.8.4/8.6.9) id NAA18634 for freebsd-isp@FreeBSD.org; Thu, 9 Oct 1997 13:37:52 GMT Date: Thu, 9 Oct 1997 13:37:52 GMT From: xiyuan qian Message-Id: <199710091337.NAA18634@npc.haplink.com.cn> To: freebsd-isp@FreeBSD.org Subject: maximum file descriptors? Sender: owner-freebsd-isp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk 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") } Is there a maximum file descriptors limited? If so, how can I change it? My OS is FreeBSD2.1 and the memory is 16M. Best regaurds! --xiyuan