I confirmed with mike @ sqlalchemy. calling `dispose()` will not explicitly `close()` connections that are already checked out. It just gets rid of the the connection pool instance, so you have fresh connections in the child processes-- the pre-fork connections themselves will be garbage collected out. You shouldn't need to call "close()" even through the connection will still be open in your scope.
-- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/62e2418c-5cfe-49c1-ad97-885d6e1e15cf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
