Jaco de Groot wrote:
> 
>   Too many open files in system
> 
> When this happens, other programs (even programs of other
> users) can't open files anymore. I couldn't find messages
> like this in the bug reports or mail archive. I've tried
> to write a program to repeat this error using BufferdReader
> and FileReader wich I use in my servlets. But I can't repeat
> the error. Somebody seen this before?
> 

One year ago I had this problem.
My poor Engine progaram happened this problem.

Other language(in C) uses a process. so uses fork().
But JAVA language uses a thread.
So you can use threads of file-descript number , each process.

Maybe 
if your program is on UNIX, your program(in JAVA) may uses UNIX file System.
In example, if you use a server program(in JAVA) that services client request 
and querys a Database, your program must manage the socket number(about 255.
not correct number..).


# ChangYoon Cho 
# The War for 90-90 Rule


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to