Re: single threaded web servers

2016-06-28 Thread Oron Peled
On יום שלישי, 28 ביוני 2016 11:04:49 IDT Erez D wrote: > i tried searching the web but got no result > > what web servers other than node.js are single threaded ? lighttpd. > anyone has experience with one ? Used it in old embedded product. > is there one in which the cgi is in c++ ? By

Re: single threaded web servers

2016-06-28 Thread borissh1983
On Tuesday 28 June 2016 11:04:49 Erez D wrote: > i tried searching the web but got no result > > what web servers other than node.js are single threaded ? > anyone has experience with one ? > is there one in which the cgi is in c++ ? for the the joy of serving HTML+JS via sprintfs :) I can

Re: single threaded web servers

2016-06-28 Thread Erez D
if anybody is interested, i found nghttp2 ( https://nghttp2.org/documentation/libnghttp2_asio.html ). On Tue, Jun 28, 2016 at 11:04 AM, Erez D wrote: > i tried searching the web but got no result > > what web servers other than node.js are single threaded ? > anyone has

Re: single threaded web servers

2016-06-28 Thread Erez D
On Tue, Jun 28, 2016 at 4:39 PM, Baruch Siach wrote: > Hi Erez, > > On Tue, Jun 28, 2016 at 11:04:49AM +0300, Erez D wrote: > > i tried searching the web but got no result > > > > what web servers other than node.js are single threaded ? > > nginx uses one single threaded

Re: single threaded web servers

2016-06-28 Thread Baruch Siach
Hi Erez, On Tue, Jun 28, 2016 at 11:04:49AM +0300, Erez D wrote: > i tried searching the web but got no result > > what web servers other than node.js are single threaded ? nginx uses one single threaded process per CPU core to handle HTTP requests

single threaded web servers

2016-06-28 Thread Erez D
i tried searching the web but got no result what web servers other than node.js are single threaded ? anyone has experience with one ? is there one in which the cgi is in c++ ? ___ Linux-il mailing list Linux-il@cs.huji.ac.il