> One final and, now probably the most important for us at the moment,
> is the QueuePool of SQLAlchemy. If 20+ simultaneous requests are sent
> to the server, we get the following error:
>

for someone who might need the info, in the prod.cfg all you need to
do is add the following lines:

sqlalchemy.pool_size=10 #initial size of pool
sqlalchemy.max_overflow=100 #maximum size of pool if set to -1
unlimited connections allowed


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to