File Descriptors
Next message: Jagga Soorma: "NFS Client Issues"
Date: Thu, 28 Jul 2005 17:11:27 -0400
To: sunmanagers@sunmanagers.org
Running Solaris 9.......
Can I display if an application is running low on file descriptors?
Basically this application consumes a file descriptor for every socket
connection.
Thanks
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
Next message: Jagga Soorma: "NFS Client Issues"
Relevant Pages
- Re: why so many open files?
... Looks like you're leaking file descriptors. ... every connection and file is closed when it is no longer in use. ... > I have run into the 256 open files limit on a daemon I have written. ... > For every socket connection on port ... (comp.unix.programmer) - Re: why so many open files?
... Looks like you're leaking file descriptors. ... every connection and file is closed when it is no longer in use. ... > I have run into the 256 open files limit on a daemon I have written. ... > For every socket connection on port ... (comp.unix.solaris) - Re: select.poll.poll() never blocks
... it returned file descriptors that had registered an event that the ... "It cannot be used on regular files to determine whether a file has grown since it was last read." ... socket communications. ... You're trying to use a regular file as if it was a pipe. ... (comp.lang.python) - Re: Its in Python. It just _works_!
... >>Socket handles and file descriptors are disjoint concepts in Windows ... and aren't interchangeable in any context. ... In WIN32 API WriteFile() one can use SOCKET and file ... (comp.lang.python) - Re: [patch 2/5] signalfd v2 - signalfd core ...
... Make it a netlink socket and fetch your structures using recvmsg. ... the berkeley crowd is totally out to lunch. ... We could fix that in Linux, of course, but the fact is, "recvmsg" is ... very few file descriptors support it. ... (Linux-Kernel) |
|