what are you using to manage sql connections in your app ?

i dropped pyramid's transaction management and went with my own
solution - which registers a db cleanup routine via a tween.
depending on how your connections are managed, you might be missing a
cleanup.

please post the fix when you figure it out.  i'm considering a similar
scheme, but haven't gotten to this yet.  our production sessions are
on Memcached now, and i use a secure cookie to autologin if it's
lost... but I want to consider moving to mysql based sessions, which
can sit on their own server ( which is entirely separate from our
postgresql data store ).

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to