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
http://mailman.cs.huji.ac.il
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
(https://www.nginx.com/blog/inside-nginx-how-w
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 process per CPU core to
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 experience with one ?
> i
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 sugge
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 defin