Re: Multithreaded TCP/IP stack

From: Chris Wedgwood (cw@f00f.org)
Date: Thu Jul 13 2000 - 14:30:56 EST


On Thu, Jul 13, 2000 at 01:47:08PM -0400, Richard B. Johnson wrote:

    On Thu, 13 Jul 2000, Stephen Torri wrote:
    
> A friend of mine is critical of linux for not having a
> multithreaded TCP/IP stack. Is that true? If it is not then
> what kernel version introduced it. If it is then when should we
> expect to see it?
>
> Stephen
>
    
    This is cute. Could you ask your friend what a multi-threaded
    TCP/IP stack is?

His friend probably refers to the locking used by the stack and how
much concurrency you'll get with multiple processors.

With 2.2.x most of the stack is under a single lock, with 2.4.x
locking will be such that multiple processors can be in the stack at
the same time (the performance should be much greater then under high
load on big SMP boxes).

  --cw

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



This archive was generated by hypermail 2b29 : Sat Jul 15 2000 - 21:00:17 EST