asmutils httpd using sendfile and clone.
Rene Dudfield <[email protected]>
| Newsgroups | org.kernel.vger.linux-assembly |
|---|---|
| Message-ID | <[email protected]> |
Hey, I've made some changes to the httpd in asmutils to use sendfile and clone on linux. http://www.madecollective.com/~rene/httpd_sendfile.asm It uses up even less memory, and resources now. It's a very fast/low resource static file httpd :) I'm still planing on making lots of improvements to it. Just as fun mainly. Cheers.