> number of database clients from web.py 0.3 app is over 1000 and i have > to restart the periodically so that my db doesnt crash. > this happens with both db.has_pooling = True and False > how to fix this?
You can pass a maxconnections parater in your db_config that ill limit the number of connections that the PooledDB will make. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
