Hi there,

A question came up when thinking about how to integrate SQLAlchemy with 
Zope.

Is it all right to recreate an engine, once per session scope (thread, 
say), or is it better to reuse the same engine as much as possible? How 
expensive is engine creation? Do you miss features like, say, connection 
pooling, if you recreate an engine?

Regards,

Martijn


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to