r18583: a nasty hack to allow me to monitor the number of open file
commitd01bbe68424da9fd0c67d2dc383f13a8ede8ac78
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)
tree715eeda0b5928447cf8bb6aac3ef54b4204677ba
parent481ebe7fd66e079a71739f9db863f030a119d53e
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.
(This used to be commit 83bf458ec98d9f2a21b3748802f41abcbcc1e0b2)
source4/smb_server/smb/receive.c