digitalmars.D - small web server in D
- Marcio (3/3) Mar 26 2006 If someone needs inspiration to write one:
- Brad Anderson (6/12) Mar 26 2006 Cool!
- Marcio (5/9) Mar 26 2006 I will take a look, thanks. Does it use a SELECT based approach like
If someone needs inspiration to write one: http://elonen.iki.fi/code/nanohttpd/ marcio
Mar 26 2006
Marcio wrote:If someone needs inspiration to write one: http://elonen.iki.fi/code/nanohttpd/ marcioCool! I know it's not 'just one file,' but Mango has a small *fast* http server. It is rumored to brush aside 100,000 connections without breaking a sweat. http://www.dsource.org/projects/mango/browser/trunk/mango/http/server BA
Mar 26 2006
Brad Anderson wrote:I know it's not 'just one file,' but Mango has a small *fast* http server. It is rumored to brush aside 100,000 connections without breaking a sweat. http://www.dsource.org/projects/mango/browser/trunk/mango/http/serverI will take a look, thanks. Does it use a SELECT based approach like lighttpd or does it use threads? I wrote a select-based rsync server in SmallEIffel ages ago, and it was damn fast. No threads, damn fast. marcio
Mar 26 2006