lkml.org 
[lkml]   [1999]   [Sep]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: > 15,000 Simultaneous Connections
Date
From
> in order to be able to handle large numbers of concurrent connections (open 
> sockets), there are really only two ways of doing it efficiently:
>
> (1) single process using threads
> (2) single process, event-driven queues

(3) groups of processes each handling a bunch of connections so that overall
performance is higher than a single task which sometimes ends up blocked
unavoidably, and also on SMP boxes.



-
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/

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