[Zope-dev] zc.async.queue.DispatcherAgents last_ping
Fred Drake
fdrake at acm.org
Wed Jun 29 08:09:18 EDT 2011
On Wed, Jun 29, 2011 at 7:57 AM, Hanno Schlichting <hanno at hannosch.eu> wrote:
> Ideally I'd like to get avoid storing such information in the ZODB at
> all and would much prefer a volatile attribute, a thread local or
> something on the filesystem. But maybe I'm missing something here were
> this information needs to be shared across workers running on
> different machines.
I do believe that's the case. Increasing the period is probably safe.
Another strategy you can employ is to use a separate database for the zc.async
bookkeeping; that could have different pack policies or a completely different
storage implementation.
-Fred
--
Fred L. Drake, Jr. <fdrake at acm.org>
"Give me the luxuries of life and I will willingly do without the necessities."
--Frank Lloyd Wright
More information about the Zope-Dev
mailing list