[Zope] Is ZEO my friend...

Gilles Lenfant glenfant at bigfoot.com
Fri Jan 9 19:53:05 EST 2004


Hi zopistas,

Here's the future problem...

A web app records "todo" tasks into a queue. The queue will be a folderish,
the "todo" task will be file like objects with properties saying what to do
with.

Then a background process will read that queue in a loop, remove "todo"
tasks 1 per one, the oldest first and start processing accordingly.

What about using a ZEO client app for this kind of console python app ? As
ZODB is transactional, ther should not be read/write conflicts on objects ?

If I'm in the good direction, are there some examples or tutorials using
that specific architecture ?

Thanks in advance.

--
Gilles






More information about the Zope mailing list