lua-users home
lua-l archive

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


steve donovan wrote:

On the CGI side, there is an interesting hybrid solution. Write a
little GCI script which makes connections to a persistent client
server, passes it the GGI parameters, reads the result back from the
socket, and writes it out. Handles the famous persistence problem
nicely.

steve d.


Erm... isn't that solution called 'FastCGI'?