The normal strategy for databases is to use a connection pool. Conceptually the code gets a new connection each request but the pool may return an existing connection instead. Depending on the database this can be a big win; some databases connect so quickly that it hardly makes a difference.
-- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com. To unsubscribe from this group, send email to pylons-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en.