I run a rather interesting mailman setup with a very large number of lists
that have a lot of traffic.
This has lead to a couple issues mostly tied to storing all the data in
pickle files. If I could replace
the pickle interface with something that stores to a SQL database I could
load balance the service, and
stick the web interface and cron jobs a box dedicated to that purpose.  My
question is:
does anyone know of a plugin replacement to cpickle that will store data in
a database (not as a blob), and
has anyone created any sort of schema for storing list data in a database?

I figured I would ask before recreating the wheel.

thanks,

-- 
--Matt
------------------------------------------------------
Mailman-Users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to