Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Nov 2010 15:37:59 +0100
From:      Ivan Voras <ivoras@freebsd.org>
To:        freebsd-hackers@freebsd.org
Subject:   Network socket concurrency (userland)
Message-ID:  <ibu503$up9$1@dough.gmane.org>

next in thread | raw e-mail | index | archive | help
Are there any standard-defined guarantees for TCP network sockets used 
by multiple threads to do IO on them?

Specifically, will multiple write() or send() calls on the same socket 
execute serially (i.e. not interfere with each other) and blocking 
(until completion) even for large buffer sizes? What about read() / recv()?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ibu503$up9$1>