RE: RE: [OJB-developers] Does ojb use a connection pool?
Brought to you by:
thma
From: Matthew B. <ma...@so...> - 2002-05-11 21:33:32
|
Connections are closed never. That should, in theory, be faster than using a connection pool, as you always have a live connection. It's not scalable, and it doesn't work in managed environment, however. -----Original Message----- From: tr...@th... [mailto:tr...@th...] Sent: Saturday, May 11, 2002 2:15 PM To: Matthew Baird Cc: obj...@so... Subject: RE: RE: [OJB-developers] Does ojb use a connection pool? Ok, thanks. Now do the persistencebrokers keep the connection open until the broker is cleaned up? Or is a connection made each time? Just curious because the tutorial applications seem really slow to do lookups, but maybe that's just hsqldb? Travis ---- Original Message ---- From: Matthew Baird <ma...@so...> Sent: 2002-05-11 To: "'tr...@th...'" <tr...@th...> Subject: RE: [OJB-developers] Does ojb use a connection pool? Currently, the design can be thought of as: persistencebroker==connection. In a couple weeks I'm checking in a refactoring to the architecture that will allow connections to be shared among persistencebrokers. Then, connection pooling will be supported. If you are asking if OJB implements a connection pool internally, I guess you could say a qualified yes, as persistencebroker's are pooled. There is, however, no code that pools connections explicitly. m -----Original Message----- From: tr...@th... [mailto:tr...@th...] Sent: Thursday, May 09, 2002 4:20 PM To: obj...@so... Subject: [OJB-developers] Does ojb use a connection pool? just curious Travis _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: ban...@so... _______________________________________________ Objectbridge-developers mailing list Obj...@li... https://lists.sourceforge.net/lists/listinfo/objectbridge-developers _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: ban...@so... _______________________________________________ Objectbridge-developers mailing list Obj...@li... https://lists.sourceforge.net/lists/listinfo/objectbridge-developers |