Pat,

Given then I know you are on linux, you may want to try the following
small edit:
In Slim/Web/HTTP.pm

Find the line:
#       setsockopt $httpClient, SOL_SOCKET, SO_SNDBUF, MAXCHUNKSIZE;

and replace with:
        setsockopt $httpClient, SOL_SOCKET, SO_SNDBUF, MAXCHUNKSIZE * 2;

This won't make the server go any faster, but does seem to make use of
a larger tcp buffer in linux 2.6

Does it help?

Adrian


-- 
Triode
------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=23641

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to