[Simpleweb-Support] Too many open files
Brought to you by:
niallg
From: Jan M. <ja...@ja...> - 2005-07-15 12:47:45
|
Hi=20 =20 I have been running out of filehandles since I incorporated Simple into my application. I'm running on Red Hat and max. number of filehandles Is 1024. My program uses 100 normally, but suddenly the number starts rising until it reaches 1024. I get lots of lines like this with lsof:=20 =20 java-ak 10197 root 949u sock 0,0 53806164 can't identify protocol java-ak 10197 root 950u sock 0,0 53806165 can't identify protocol java-ak 10197 root 951u sock 0,0 53814036 can't identify protocol java-ak 10197 root 952u sock 0,0 53814037 can't identify protocol java-ak 10197 root 953u sock 0,0 53824098 can't identify protocol java-ak 10197 root 954u sock 0,0 53814058 can't identify protocol java-ak 10197 root 955u sock 0,0 53823442 can't identify protocol =20 Does anybody know if Simple can cause "leakage of filehandles" ? =20 Any input is welcome here :-) =20 Jan Mikkelsen |