Re: a few questions re LuaSockets
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: a few questions re LuaSockets
- From: Joe Stewart <jstewart@...>
- Date: 2003年1月22日 16:00:15 -0800
At 09:53 PM 1/22/2003, you wrote:
From: "Joe Stewart" <jstewart@ccpu.com>
> I wrote a 'single threaded' web server written in lua4 that supports
> running lua scripts as CGI commands. It was written quickly, without a
> detailed understanding of lua or luasockets, but serves my purposes well.
>
> I'd be willing to release it public domain if the community:
>
> a) doesn't flame me for my poor understanding of lua and the http protocol
> b) helps make it better
Absolutely do!
a good place might be the Wiki, I've started a page there:
http://lua-users.org/wiki/LuaWebserver
no flames from me, you can be sure of that :)
I'm currently stumbeling my way through making Lua-binding (Lua5) for
libwebserver, and my understanding of C isn't very good either ;)
I put the files on http://lua-users.org in users/jstewart/*, but couldn't
figure out how to properly point your page to the files... any suggestions?
I'm still very intersted in a mainly Lua implementation for a webserver, I
was playing with extending the code Steve Dekorte posted to this list some
time ago:
http://lua-users.org/lists/lua-l/2002-04/msg00180.html
The C-server approach isn't really flexible at the moment, as the main-loop
is all in the C part, ans out of controll for Lua once started...
-Martin