You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Mark Brown <mb...@OpenMarket.com> on 1996/06/15 20:53:52 UTC

Re: mod_fastcgi.c gives poor performance (worse than plain CGI)

Tony Sanders writes:

    ...  ktrace shows repeated calls to select()
    returning 0 while processing the FastCGI request (over 3000 calls
    while handling 5 requests for 10 K of data).  It looks like this is
    happening when writing to the client.

Ugly.  Thanks very much for reporting it.

    --mark