-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

I have a servlet which creates pools of JDBC connections for other
servlets.  Currently this is only running against an Oracle 8.05 database,
but the servlet takes in any connect string and driver/class to make the
pool from.

It works fine most of the time, but occassionally I get an error where a
pool cannot be created and it says:
ORA-00020: maximum number of processes (50) exceeded

Is this a limitation in Oracle itself, or in JDBC?  How do I make sure my
servlets that use a database pool are scalable to heavy traffic loads?

Thanks in advance,

-- Joshua Slack
-- Obj-X, Inc.



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to