> Is there a workaround for this? I cannot do two db connects per request. It > takes too much CPU on both sides (140ms in my app according). I'd prefer not > swapping web.database() out.
One workaround for this is to install DBUtils module, which enables connection pooling. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
