lua-users home
lua-l archive

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


	For those that are interested in creating lua web projects I am
releasing aguia. Aguia is a lua module for apache, it can cache the
compiled lua states in memory saving time in the request handling. 

	I made a very basic web page with the source at
http://www.bogado.net/aguia. Please test it and comment on it. To install
it just execute the configure script and then do 'make' and 'make install'.
The makefile uses the apxs program to get instalation and library paths so
I guess it will work fine on most systems.

	Comments, ideas and thoughts are welcome. 

	[]'s Victor Bogado da Silva Lins