Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
crentz #1
CFMX 6.1 and Oracle 9i Connection Pooling
I'm running CF MX 6.1 Enterprise with the Native Oracle driver and connecting
to an Oracle 9i database. I have maintain connections selected . A timeout of
20 min and interval of 7 min. I'm not noticing connection pooling it looks
like. When I hit the server with a bunch of requests, it opens connections to
the DB, but then it shuts them all down after when I was looking with netstat.
So it would not appear to be doing connection pooling. Any information would be
useful. I thought it would maintain the connection across client requests
since that was checked as well. Instead, it is connecting and then
disconnecting therefore leading me to believe it is not maintaing connection
between requests. Any help on this topic would be appreciated.
Thanks,
Chris
crentz Guest
-
slow connection - pooling is a solution?
Hi, Every time, I create a connection to mySQL server, it takes about 3 seconds before the connection is made. The server is at the other side of... -
Connection Pooling Error
Our development team has inherited a web site written in Cold Fusion. In some situations we are now getting an error message "HTTP connection... -
Connection Pooling
Hi, Every now and then (once a week maybe), I get this error on my page saying Timeout Expired. The timeout period elapsed prior to obtaining a... -
Oracle connection pooling
Hi, I am getting issues that Oracle collecting opened sessions (connections) from my webservice using regular System.Data.OleDb.OleDbConnection... -
Java Connection/Pooling Question
Hello Everyone, I received an inquiry from one of our developers about a pooling situation he is trying to code for. Not being a java or JDBC... -
crentz #2
CFMX 6.1 and Oracle 9i Connection Pooling
I'm running CF MX 6.1 Enterprise with the Native Oracle driver and connecting
to an Oracle 9i database. I have maintain connections selected . A timeout of
20 min and interval of 7 min. I'm not noticing connection pooling it looks
like. When I hit the server with a bunch of requests, it opens connections to
the DB, but then it shuts them all down after when I was looking with netstat.
So it would not appear to be doing connection pooling. Any information would be
useful. I thought it would maintain the connection across client requests since
that was checked as well. Instead, it is connecting and then disconnecting
therefore leading me to believe it is not maintaing connection between
requests. Any help on this topic would be appreciated.
Thanks,
Chris
crentz Guest



Reply With Quote

