Re: Opening 5000 file descriptors in linux??

linas@linas.org
Sun, 28 Mar 1999 14:34:48 -0600 (CST)


It's been rumoured that Lokesh Setia said:
>
>
> [ please cc: a copy of the reply to eeu95176@cse.iitd.ernet.in as i am not
> a member of this mailing list ].
>
> Hi,
>
> Can a 200MHz pentium take the load of a process with 5000 open file
> descriptors, or will it just crash. Also which of the above 2 approaches

I don't know the answer to your question, but one traditional problem with
using tcpip sockets is that each one takes up space in kernel memory, and
so memory usage can get very large very quick. This is one reason why
UDP is frequently used for chat-liek things instead of TCP.

--linas

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/