[Mailman-Users] Dual architecture setup?

Mark Sapiro msapiro at value.net
Tue Nov 30 04:34:35 CET 2004


Doug Stewart wrote:
>
>This might be a bit of an odd question (and one whose answer that I 
>haven't been able to come across in the archives) but I need to support 
>two CPU architectures with Mailman, with the bin scripts compiled on a 
>Sparc and the CGI stuff compiled for x86.
>
>The webserver runs Linux and the mail server runs Solaris.

The scripts aren't an issue because they're compiled by Python on the
fly. It's the wrappers that would be the issue - cgi-wrapper.c and
mail-wrapper.c.

By far the easiest way to address this is to just set up a web server
for Mailman only on the Sparc (or set up an MTA for Mailman only on
the x86) and run everything there. This avoids all the NFS
complications and allows having Python on only the one machine if
that's a concern.

For some other ideas, see the thread "mailman on 2 servers" beginning
at
http://mail.python.org/pipermail/mailman-users/2004-November/040571.html

--
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




More information about the Mailman-Users mailing list