X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 My sessions would not access the database connection concurrently (as it would undoubtedly result in crashes if they would). Would it be allowed to use the sessions in such a way ? -- Alan Knight [|], Cincom Smalltalk Development [hidden email] [hidden email] http://www.cincom.com/smalltalk "The Static Typing Philosophy: Make it fast. Make it right. Make it run." - Niall Ross ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Glorp-development mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/glorp-development --
Alan Knight [|], Cincom Smalltalk Development
"The Static Typing Philosophy: Make it fast. Make it right.
Make it run." - Niall Ross
|
Is there existing code that will do connection pooling for EXDI? I am
working on a Seaside application that needs a database and I'd like to do this as efficiently as I can. Thanks, -Carl Gundel http://www.runbasic.com |
ODBC has connection pooling support as of some recent version of
VisualWorks, ODBCConnection connectionPooling: true. Others I suspect you'll need to implement yourself, although in most cases I'd go the simple route and address the problem if it ever becomes one, which may not even be the case. Cheers! -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 http://tinyurl.com/r7uw4 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. > -----Original Message----- > From: Carl Gundel [mailto:[hidden email]] > Sent: Monday, June 25, 2007 5:32 PM > To: [hidden email] > Subject: EXDI connection pooling? > > Is there existing code that will do connection pooling for EXDI? I am > working on a Seaside application that needs a database and I'd like to do > this as efficiently as I can. > > Thanks, > > -Carl Gundel > http://www.runbasic.com > |
also the Oracle EXDI supports connection pooling: load OracleThapiCPEXDI
HTH Helge -----Ursprüngliche Nachricht----- Von: Boris Popov [mailto:[hidden email]] Gesendet: Dienstag, 26. Juni 2007 02:36 An: Carl Gundel; [hidden email] Betreff: RE: EXDI connection pooling? ODBC has connection pooling support as of some recent version of VisualWorks, ODBCConnection connectionPooling: true. Others I suspect you'll need to implement yourself, although in most cases I'd go the simple route and address the problem if it ever becomes one, which may not even be the case. Cheers! -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 http://tinyurl.com/r7uw4 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. > -----Original Message----- > From: Carl Gundel [mailto:[hidden email]] > Sent: Monday, June 25, 2007 5:32 PM > To: [hidden email] > Subject: EXDI connection pooling? > > Is there existing code that will do connection pooling for EXDI? I am > working on a Seaside application that needs a database and I'd like to do > this as efficiently as I can. > > Thanks, > > -Carl Gundel > http://www.runbasic.com > |
Free forum by Nabble | Edit this page |