chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: [Chicken-users] performance issue in xml-rpc


From: Zbigniew
Subject: Re: Re: [Chicken-users] performance issue in xml-rpc
Date: Tue, 5 Dec 2006 21:19:10 -0600

I had a similar issue when writing an SCGI server.  It is absolutely
critical that tcp-buffer-size be set to a reasonable value, or that
you manually coalesce your small writes into strings and write them
out in large chunks.

On 12/5/06, Daishi Kato <address@hidden> wrote:
Thank you for your comment.
I first modified http-server.scm to write HTTP headers all at once,
but it didn't help much or none.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]