Article on ZODB Programming

Jesus Cea Avion jcea at argo.es
Wed Aug 8 11:20:27 EDT 2001


> As far as I can see the Zodb is invoked each and every time you start
> your program. Doesn't that give some kind of startup penalty?
[...]
> I am thinking of using Zodb in an asp project, but if I have to reload
> the database every time it will probably be to slow for my own good.

The right thing here would be to have a ZODB server running all the
time, and your ASP calls it using SOAP, CORBA, XML-RPC, Pyro or any
other interprocess communication system.

-- 
Jesus Cea Avion                         _/_/      _/_/_/        _/_/_/
jcea at argo.es http://www.argo.es/~jcea/ _/_/    _/_/  _/_/    _/_/  _/_/
                                      _/_/    _/_/          _/_/_/_/_/
PGP Key Available at KeyServ   _/_/  _/_/    _/_/          _/_/  _/_/
"Things are not so easy"      _/_/  _/_/    _/_/  _/_/    _/_/  _/_/
"My name is Dump, Core Dump"   _/_/_/        _/_/_/      _/_/  _/_/
"El amor es poner tu felicidad en la felicidad de otro" - Leibniz



More information about the Python-list mailing list