10 Jan
2004
10 Jan
'04
12:53 a.m.
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