Hello,

I have upgraded the MysqlMemberships.py member adaptor, so that it uses only
one connection for all lists, and not one connection per list (as it did
before).

Everything works fine (only one day of operation though), except when the
mysql link is broken (I stopped mysqld to check that). Then I get this
error:

      self._prodServerConnection()
   File "/var/local/mailman/Mailman/MysqlMemberships.py", line 132, in 
_prodServerConnection
      mm_cfg.connexion.close()
 _mysql_exceptions . ProgrammingError :  closing a closed connection 


I guess I could use help from someone who knows more python than me. If you
want to have a look at the code it's here:
http://trac.rezo.net/trac/rezo/browser/Mailman/MySQLMemberAdaptor/MysqlMemberships.py

-- Fil

_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

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

Reply via email to