Re: [Webware-devel] Unexpected Errors with DBUtils

2007-11-21 Thread Gregory Piñero
On Nov 21, 2007 3:09 AM, Christoph Zwerschke <[EMAIL PROTECTED]> wrote: > PersistentDB will not be of great use either as long as you are using > the Prefork MPM, since there you will have only one Thread per child. > > One way to go would be to switch over to a different MPM and use small > Pooled

Re: [Webware-devel] Unexpected Errors with DBUtils

2007-11-21 Thread Christoph Zwerschke
Gregory Piñero wrote: >>> [Tue Nov 20 17:07:23 2007] [error] [client 127.0.0.1] >>> OperationalError: (1040, 'Too many connections') >>> >>> I set my.conf to have 16 max connections so I don't know why it says >>> there are too many since I only gave the pool 10. >> There are two reasons why this c

Re: [Webware-devel] Unexpected Errors with DBUtils

2007-11-20 Thread Gregory Piñero
On Nov 20, 2007 8:11 PM, Christoph Zwerschke <[EMAIL PROTECTED]> wrote: > Hi Gregory, > > > Here's the code I'm using, which I believe it set up correctly > > following the docs, but I'm hitting the following errors: > > > > Error 1: > > > > Exception exceptions.TypeError: "'NoneType' object is not

Re: [Webware-devel] Unexpected Errors with DBUtils

2007-11-20 Thread Christoph Zwerschke
Hi Gregory, > Here's the code I'm using, which I believe it set up correctly > following the docs, but I'm hitting the following errors: > > Error 1: > > Exception exceptions.TypeError: "'NoneType' object is not callable" in > at 0x85095cc>> ignored In which situation do you get this error? I

[Webware-devel] Unexpected Errors with DBUtils

2007-11-20 Thread Gregory Piñero
Here's the code I'm using, which I believe it set up correctly following the docs, but I'm hitting the following errors: Error 1: Exception exceptions.TypeError: "'NoneType' object is not callable" in > ignored Error 2: [Tue Nov 20 17:07:23 2007] [error] [client 127.0.0.1] Traceback (most recen