jwaixs wrote:
> I need some kind
> of database that won't exit if the cgi-bin script has finished. This
> database need to be open all the time and communicate very easily with
> the cgi-bin framwork main class.

Maybe long-running multi-threaded processes for FastCGI, SCGI or similar
is what you're looking for instead short-lived CGI-BIN programs forked
by the web server.

Ciao, Michael.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to