linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PROBLEM] socket buffering problem in 2.2.19
@ 2001-05-02  8:30 Tomi Lapinlampi
  0 siblings, 0 replies; only message in thread
From: Tomi Lapinlampi @ 2001-05-02  8:30 UTC (permalink / raw)
  To: linux-kernel


Hi,

There seems to be some kind of a buffering problem in the 2.2.19
kernel. The following sequence of system calls on a nonblocking TCP 
socket (on the client side) generates a broken pipe:

    write(2) 	    HTTP REQUEST	read(2)
2. HTTP client  --------------------> HTTP Server

                    HTTP RESPONSE       write(2)
3. HTTP client <--------------------- HTTP Server

                                        shutdown(2), close(2)
4. HTTP client <--------------------- HTTP Server

    select(2) returns,
    read(2) => broken pipe, HTTP response is lost
5. HTTP client <----X

The client in this situation is a bit sluggish and sometimes does not have
time to read the data before the server has called shutdown and close
(and the client receives a TCP FIN).

The Linux 2.4.3 kernel and Solaris 7 & 8 seem to perform the buffering of
data ok on the client side.

Any ideas or suggestions ( other than upgrade to 2.4 :-) ) ?

Regards, Tomi


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-05-02  8:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-02  8:30 [PROBLEM] socket buffering problem in 2.2.19 Tomi Lapinlampi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).