in reply to Sockets, autoflush, and TCP_NODELAY
You could look at the methods Danga::Socket uses to flush the socket connections. I think the ->cork method tries to make the socket send everything that is in the buffer.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Sockets, autoflush, and TCP_NODELAY
by BrowserUk (Patriarch) on Apr 17, 2009 at 15:13 UTC |