[Mailman-Developers] Python 3

Florian Fuchs flo.fuchs at gmail.com
Sat Dec 27 08:41:56 CET 2014



Am 27.12.2014 um 05:18 schrieb Barry Warsaw:
> I tend to agree that a good design for any archiver is to be able to accept
> messages over an IPC channel.  A site may for example want to run the core on
> one system and HK on another system (e.g. separate VMs perhaps).  This would
> only really be possible if the core can feed HK messages over a configurable
> IPC.  As I mentioned, I think LMTP *could* work, but REST (inside HK) could
> work too.  Aurelien, what do you think?

How about a third option, a generic "pub/sub" or "event" archiver,
implemented in py3? It would meet all the above criteria (archivers on
other systems, no dependency on py3 -- or Python for that matter).

We could start supporting one backend (zeromq for instance) and maybe
add more later.


Flo


More information about the Mailman-Developers mailing list