Month: March 2012

  • Apache configuration for pylons

    Recently some of our pylons servers experienced mysql overflow. Pylons app is served via apache 2.2 using worker mpm on gentoo with kernel 3.2. It uses sqlalchemy to access mysql server. The pylons error is: >> self.pool.connect(), Module sqlalchemy.pool:210 in connect >> return _ConnectionFairy(self).checkout() Module sqlalchemy.pool:371 in __init__ >> rec = self._connection_record = pool._do_get() Module […]