lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I will release the sourcecode when I polish it better.
The shttpd is single threaded and select the sockets in a loop.
For CGI, it's executed in different process. In my package, the CGI is executed in thread.
 
 
----- Original Message -----
From: Kenneth LO
Sent: Monday, November 20, 2006 9:40 AM
Subject: Re: shttpd+Lua+CGILua

On 11/17/06, jason zhang <jzhang@sunrisetelecom.com.cn> wrote: Did you prepare to release the source (with the sqlite bundle as described in your webpage) as well?  Is shttpd single or multi threaded?