Dear Mr. Jochen Wiedmann,

If there is no upper limit for connection in DBI,
what might cause the problem?

I am using an Oracle database and had set its maximum
simultaneous connection to 200.  However, when there is
about 100 connection (mostly simultaneous, others
are consecutives), my software or the listener is stop
responding.  This problem had put my site out of service
for several times until the listener is restarted.

I believe that the listener is working fine because
we had consult to several mailing lists and no similiar
had happenned.

Can you help me? I desperately need one.


Yours Truly,

Alex Kusuma Tjahjana
email: [EMAIL PROTECTED]

-----Original Message-----
From: Jochen Wiedmann [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 22, 2001 3:47 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Max connection of Perl-DBI




Alex Kusuma Tjahjana wrote:

> My question: Is Perl-DBI have an upper limit of simultaneous
> database connection?  If there is any, what is limit and how much?

No. The actual database driver and/or the database may have,
of course. However, unless you're out of RAM and/or CPU time,
DBI is your friend. 

Reply via email to