Greg McGuire

Results 3 comments of Greg McGuire

How are you running django on your dev machine? What pool options are you using?

Depending upon your app server's process/threading model you may need to raise the number of connections in the pool for each process. See the `MAX_CONNS` parameter in the readme.

@mbryzek I don't have any patches yet, but would be happy to write some. I don't know any ruby, but can learn. For the multi-schema support I think it would...