connection-pooling
persistent or non persistent connection in testing web service
I have a webservice. I am creati开发者_运维技巧ng a test application to get response from this webservice. Added service reference to the web service application.[详细]
2023-03-06 00:39 分类:问答Getting Stale Connection using OracleDataSource with OCI driver
I am getting stale connection error when there is no requests to the database from my java application for couple of hours.[详细]
2023-03-04 23:03 分类:问答What's the simplest (i.e least complex) possible LDAP operation
I have implemented a pool for LDAP connections using Apache commons-pool. I cannot use the pooling feature provided by JNDI (http://download.oracle.com/javase/jndi/tutorial/ldap/connect/pool.html) bec[详细]
2023-03-03 03:50 分类:问答ODP.net Connection Pooling: ClientID, Client Identifier never changes from first user who logs in
Scenario: We have an application that is using Oracle 10g and the latest version of ODP.net within an ASP.net application. We are utilizing the .ClientID WriteOnly property on the OracleConnection obj[详细]
2023-02-28 00:00 分类:问答Is Database Connection same as Session?
I\'m bit confused about relationship between a Database Open Session Connection pooling To elaborate, I\'开发者_运维百科m using JDBC with Oracle 9i DB and I\'m also using a Connection Pool to poo[详细]
2023-02-27 11:43 分类:问答java.lang.ClassNotFoundException: org.apache.tomcat.jdbc.pool DataSourceFactory
I\'m investigating moving away from an Oracle connection pool and using the Tomcat connection pool. I followed the myriad of example for configuring the <Resource> in Tomcat\'s /conf/server.xml.[详细]
2023-02-27 08:42 分类:问答Do you need to close the connection you get from jdbc connection pool? [duplicate]
This question already has answers here: 开发者_StackOverflow中文版 Closing JDBC Connections in Pool[详细]
2023-02-26 20:06 分类:问答Client socket maintaining queue/pooling
I am trying to create a client socket connection, when a new request is created a connection is established & data transfer takes place. Is there any way that once the Connection is created it wil[详细]
2023-02-25 18:20 分类:问答Connection Pooling in a small application
I\'ve got a few simple questions about connection pooling and best practices. I\'m planning and writing a small application which relies on a MySQL database. In this application I use modules and plug[详细]
2023-02-25 16:26 分类:问答One Rails model with two database choices, chosen on instantiation
My Rails app (let\'s call it \"Mira\") will be interfacing with an existing app (let\'s call it \"Jira\"). Mira will store information about Jira and will be able to directly manipulate its database ([详细]
2023-02-25 15:52 分类:问答