Any idea why I don't see multiple paster processes? I don't know the terminology, but are they forked off the main process in some way that doesn't show them as distinct processes?
On May 19, 12:57 pm, Christoph Zwerschke <[email protected]> wrote: > Am 19.05.2011 17:25 schrieb Adrian: > > > database product, and because we want it to be generic so any machine > > can install this setup, we've created our own DatabaseConnection > > class; the class is a singleton > > Then that's the reason for your problems. SQLAlchemy features database > connection pooling; doing things your own way based on a singleton > connection unhinges this pooling mechanism. > > -- Christoph -- 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.

