* Alfred Perlstein <[EMAIL PROTECTED]> [010420 02:47] wrote:
> http://people.freebsd.org/~alfred/thttpd/thttpd-sendfile-acceptfilter.diff
> 
> foo. :)

First off the initial patch I put up was broken, but it now seems to
work, so if you've downloaded it you might want to make sure you got
the right version.

Second, it looks like there's a few things in thttpd that could be
optimized further.

.) an access cache, it stat(2)s each file request that comes in,
   it could keep a short lived (one or two seconds) cache of 
   stat() requests

.) pre-forking, this would help with stalling on disk IO.

.) kqueue.

So anyone working on this sort of stuff?

-- 
-Alfred Perlstein - [[EMAIL PROTECTED]]
Instead of asking why a piece of software is using "1970s technology,"
start asking why software is ignoring 30 years of accumulated wisdom.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to