I have a question about connections: First, configuration: I'm using Orion Server 1.6.0, JDK 1.4.001, 1Gig RAM Sun Solaris on Sparc.
I set up a connection pool the odd way that Orion does this (you set up a connection, then you set up a pool based on the connection, so you have two complete connection setup entries in Data-sources.xml for one) connection pool. The connection pool will destroy connections after a certain time (30 Seconds default) and you can edit the max-connections, that sort of thing. Now with OJB, after a while, I'm getting a "connection closed" error from OJB after a bit of usage. I'm guessing that the PB pool is sets up a pool of PB's based on connections. Then when a connection get's closed by the app-server, it can't locate that connection anymore. Does the PB just get a connection and hold on to it? If that connection closes does it freak out? Should I not use the Orion Connection pool, or at least not ever time out the connections that are used by OJB? Thanks, Jason -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
