>>>>> "NB" == Norbert Bollow <[EMAIL PROTECTED]> writes:
>> MM2.1's qrunner will take almost no resources to just leave it >> running. NB> Is there a way to start say a hundred of them on the same box NB> (in order to service a hundred separate Mailman installations) NB> so that most of the memory is shared? You can start lots of them, even multiple ones to service the same queue. They won't collide and don't need to lock any resource. But each is a separate Python process, in the current scheme of things. If the qrunners were I/O bound, you might see some gains by multithreading them, but I haven't implemented that at all (and it won't help if they're cpu bound). -Barry _______________________________________________ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman-21/listinfo/mailman-developers