February 25, 2008
And your little spiffy, too
Persistent connections exhibited the same issue on spiffy, so I wrote a socket egg which allows you to disable Nagle's algorithm (among other socket options) on Chicken TCP connections:
(http:listen-procedure (lambda (port backlog host) (let ((L (tcp-listen port backlog host))) (set! (tcp-no-delay (tcp-listener-fileno L)) #t) L)))
Deep Links
Shallow links
Feeds
3e8.org is
Jim Ursetto
Contact