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



--- Tom Copeland <[EMAIL PROTECTED]> wrote:
> 
> Nick -
> 
>       Thanks for posting this - it was very interesting. 
> One thought -
> had you considered using an object pool of file
> handles?  Or perhaps there
> was another reason why that would not have worked
> for your situation...
> 

I think an assumption is being made about how our Java
app running with JServ works. Since we are using the
IBM JDK 118, for each child process Apache has, you
end up with at least one Java process running in a
native thread model. Simple math shows that if you are
seeing as many as 500-750 concurrent connections, you
have as many as 1000-1500 processes, each with
potientially multiple open filehandles, regardless of
whether you have a static / singleton file handle
pool. 

We are using pooling in different places for differing
reasons, so my guess is your suggestion alone would
not isolate this problem unless you knew more about
the app.

Thanks for your suggestion.


=====
# Nick Bauman
# Technical Programmer
# http://webhelp.com
# real people, real answers, real time
__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com


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