<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 28, 2016 at 4:39 PM, Baruch Siach <span dir="ltr"><<a href="mailto:baruch@tkos.co.il" target="_blank">baruch@tkos.co.il</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Erez,<br>
<span class=""><br>
On Tue, Jun 28, 2016 at 11:04:49AM +0300, Erez D wrote:<br>
> i tried searching the web but got no result<br>
><br>
> what web servers other than node.js are single threaded ?<br>
<br>
</span>nginx uses one single threaded process per CPU core to handle HTTP requests<br>
(<a href="https://www.nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/" rel="noreferrer" target="_blank">https://www.nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/</a>).<br>
<span class=""><br>
> anyone has experience with one ?<br>
<br>
</span>Not me.<br>
<span class=""><br>
> is there one in which the cgi is in c++ ?<br>
<br>
</span>Given the nature of CGI you can write CGI programs in any language you like,<br>
as long as it can write text to standard output file descriptor.<br></blockquote><div>correct, however in such it breaks the 'single process per thread' <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
baruch<br>
<br>
--<br>
     <a href="http://baruch.siach.name/blog/" rel="noreferrer" target="_blank">http://baruch.siach.name/blog/</a>                  ~. .~   Tk Open Systems<br>
=}------------------------------------------------ooO--U--Ooo------------{=<br>
   - <a href="mailto:baruch@tkos.co.il">baruch@tkos.co.il</a> - tel: <a href="tel:%2B972.52.368.4656" value="+972523684656">+972.52.368.4656</a>, <a href="http://www.tkos.co.il" rel="noreferrer" target="_blank">http://www.tkos.co.il</a> -<br>
</font></span></blockquote></div><br></div></div>