On 18/01/2010, at 13:47, Juan J. MartÃnez wrote: > After some time running (with low load), when I check the files open by > the cherokee user (www) with fstat (this is a BSD system, it's like > lsof), I get: > > http://pastebin.ubuntu.com/358471/ > > According to man page: "A `*' is used to indicate an INADDR_ANY > binding.". > > When I check netstat, I can't see open connections, so I'm wondering why > is Cherokee keeping open so many files, and if it's normal or may be > it's a bug. > > Sometimes the number of opened socked decreases a bit, but usually it > grows.
Those open sockets are most likely keep-alive connections that the client browser keeps open for a while. You could try to turn off keep-alive support in the server, just like a test to check whether those open sockets disappear. -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
