----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

----------------------------------------------------------------
> 
> Hello to everybody, and thank you for your advice.
> 
> After posting to the mailing list, I've just upgraded to JServ 1.1b3 and
> turned off JIT: there was, unfortunately, no change.
> 
> But.. I've built a simple Hello-like servlet, which just output some HTML to
> the browser. I have run it during almost 24 hours (450,000 requests) with no
> error.
>
> In my jdbc servlet I'm using the classes111.zip Oracle driver from Oracle 8i
> for Linux. Is this the right driver to use ?

Well, Oracle QA is terrible.  They release remarkably buggy products.  I
would recommend trying the latest drivers from oracle, and be very careful
when calling getConnection() -- that opens a session with Oracle, which is
quite memory-intensive on the server.  Never call getConnection()
recursively.

> A little bit off-topic, but could you point me to some ressource about how
> to increase the max amount of file descriptors ?

Are you running on UNIX or NT?  If the former, look at ulimit; if the
latter, God help you.

E -



--
--------------------------------------------------------------
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