* Dag-Erling Smorgrav ([EMAIL PROTECTED]) wrote: > Hiten Pandya <[EMAIL PROTECTED]> writes: > > Is there any In-Kernel HTTP Server for FreeBSD, like there is kHTTPD > > for Linux? > > God forbid! Lots of hack value, sure, but not something you'd > seriously consider for production use.
Don't functions like FreeBSD's zero-copy sendfile() provide similar performance benefits without the massive security issues? If the remaining speed "hog" of switching to userspace to process the request itself is causing noticable bottlenecks, I think that's a sign you need more Pentium than the service needs moving to the kernel :) -- Thomas 'Freaky' Hurst - [EMAIL PROTECTED] - http://www.aagh.net/ - One of the disadvantages of having children is that they eventually get old enough to give you presents they make at school. -- Robert Byrne To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

