I have to work with data on a legacy system that requires that I
access it via odbc. I am using the MX module to do this. I have
several applications on the same machine that all access the remote
data. Because of licensing I am restricted on the number of
connections that I can establish and because of some bad design
choices on our vendors part if i accidentally use up all the available
connections several important applications that are not Turbogears
related die.
Is their a way to share the connection between applications?
db = mx.ODBC.unixODBC.DriverConnect('DSN=SOMEDSN')
'db' needs to be available for all my apps. If not I can start
combining applications into a single app to solve the problem but I
like having everything separate.
Your thoughts?
Paul Kraus
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---