Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 1995 12:53:24 -0400 (EDT)
From:      Mark Hittinger <bugs@ns1.win.net>
To:        hackers@freebsd.org
Subject:   re: too many open files 
Message-ID:  <199506161653.MAA02959@ns1.win.net>

next in thread | raw e-mail | index | archive | help

I still wonder if some other parameter is being consumed other that
file descriptors.  It would be nice if we could get some sort of "lsof"
port or some system call to spew a list of open file descriptors out
in a readable dump file.

It also sounds like Brian has some sort of deadlock problem.  Maybe NFS is
creating some sort of lock problem which prevents new processes from
being created.  Some sort of unresolvable buffer/vm page deadlock condition?

I wonder if his processes cannot exit and release their resources because
of some condition like this.  This would just gum things up as more 
processes got created.

Regards,

Mark Hittinger
bugs@win.net



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