r18583: a nasty hack to allow me to monitor the number of open file
commit83bf458ec98d9f2a21b3748802f41abcbcc1e0b2
authorAndrew Tridgell <tridge@samba.org>
Sat, 16 Sep 2006 16:27:46 +0000 (16 16:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:51 +0000 (10 14:18 -0500)
tree42b43d8c80342e86cf10b8c6452b0e26ca5dd455
parentce2baf7385e019383ffb292bd30e77c31eecbbef
r18583: a nasty hack to allow me to monitor the number of open file
descriptors in smbd on all build farm machines. I suspect we have a fd
leak somewhere, but its hard to track down.

I know part of the problem is the number of (fake) network interfaces
we define in the build farm tests, with each of them listening on a
whole bunch of different protocol ports. That chews up around 48 file
descriptors just to startup. I don't think thats the real problem
though, and I suspect something else is leaking file descriptors on
some hosts.
source/smb_server/smb/receive.c