On Fri, Jun 22, 2001 at 01:59:28AM -0400, Barry A. Warsaw wrote:
> 4) The qrunners are long running processes, monitored by a cron
>    spawned watchdog.  Pros: on a warmed up system, delivery occurs
>    almost immediately, with start up delays amortized over the life of
>    the qrunner (Python 2.0's cyclic garbage collector helps keep
>    memory usage under control).  Cons: debugging is, er, more
>    challenging because you have to kill the master qrunner whenever
>    you (really, I ;) make a change to the code.

With just a little caution on locking, that's going to make my rate
limit throttling stuff much easier to implement, isn't it?

Cheers,
-- jra
-- 
Jay R. Ashworth                                                [EMAIL PROTECTED]
Member of the Technical Staff     Baylink
The Suncoast Freenet         The Things I Think
Tampa Bay, Florida        http://baylink.pitas.com             +1 727 804 5015

   OS X: Because making Unix user-friendly was easier than debugging Windows

_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-developers

Reply via email to