persistant web state

Evan Simpson evan at 4-am.com
Tue May 20 15:50:01 EDT 2003


Jay O'Connor wrote:
> Others?  Suggestions?


If you're not prepared to go full-force with Twisted, Zope, Quixote, or 
one of the other servers that give you this sort of thing for free, you 
should *at least* try to use ZODB/ZEO.  It gives you an astounding 
amount of state-persisting-power with very little investment.  The ZEO 
part allows you to share state seamlessly even among processes running 
on different computers.

Cheers,

Evan @ 4-am







More information about the Python-list mailing list