Ottavio
unread,Jun 19, 2012, 3:40:33 AM6/19/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pylons-...@googlegroups.com
Hi, I am testing heroku as a platform to deploy pyramid apps.
I notice an extremely low performance (2 seconds to provide a page) and I am wondering what can be the reason. I am not using sqlalchemy, I have my custom sql methods with psycopg2 and that have proven on other platforms to be fast.
I still suspect that the database is the bottleneck, particularly with establishing the connection. Do you have experience with heroku? Are you facing the same problem? And how do you solve it? I am thinking about using a persistent connection, but I don't know how to do it...