lkml.org 
[lkml]   [1997]   [Jan]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: How to increat [sic.] max open files?


    On Fri, 3 Jan 1997, Richard B. Johnson wrote:

    > Do you really think that a single task can handle 100 sockets open to
    > 100 clients in an efficient manner?
    >
    > Now, I don't KNOW what the number is. But I do KNOW that the number is
    > not "N"! Having some kind of enforced limit causes one to design code
    > rather than just winging it.

    Some servers, like muds and SQL servers, have no options but to handle all
    the clients from one process. These servers could benifit from threads,
    but they can't spawn of childs becouse of the communication between the
    processes would be far to complicated and massive.

    All the big muds I know handles several hundreds of clients from one task,
    so the answer to your question is yes.

    Baldur



    \
     
     \ /
      Last update: 2005-03-22 13:38    [W:3.257 / U:0.980 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site