website catcher

Diez B. Roggisch deets at web.de
Sun Jul 3 08:53:27 EDT 2005


jwaixs wrote:
> Thank you, but it's not what I mean. I don't want some kind of client
> parser thing. But I mean the page is already been parsed and ready to
> be read. But I want to store this page for more use. 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.

Why does it need to be "open"? Store it in a pickled file, an load read 
that pickle when you need it. Or not even as pickle, just as file in the 
FS. Basically what you are talking about is a webserver - so just use that.

Diez



More information about the Python-list mailing list