Hi,

I used a profiler and came to know that JRun3.0 (on HP-UX 11.xx) is taking
42% of the total execution time to read the incoming request from my web
server (NES3.6). I would like to know if this is a known problem or the
bottleneck is in my network? Is there anyway we can tune JRun to reduce this
time?

Below is the call graph tree for the method socketRead(). socketRead()
method by itself (exclusively) takes 42% of the time. Can somebody explain
what's the problem?

allaire.jrun.WorkerThread.run()
--> allaire.jrun.ThreadPool.createRunnable()
    --> more calls (3) here...
        --> allaire.jrun.jrpp.ProxyEndPoint.readRequest()
            --> allaire.jrun.jrpp.ProxyEndPoint.readFully(byte[],int,int)
                --> more calls (4) here..
                    -->
java.net.SocketInputStream.socketRead(byte[],int,int)

Thanks,
Suresh



The Information contained and transmitted by this E-MAIL is proprietary to Wipro 
and/or its Customer and is intended 
for use only by the individual or entity to which it is addressed, and may contain 
information that is privileged,
confidential or exempt from disclosure under applicable law. If this is a forwarded 
message, the content of this
E-MAIL may not have been sent with the authority of the Company. If you are not the 
intended recipient, an agent
of the intended recipient or a  person responsible for delivering the information to 
the named recipient,  you are
notified that any use, distribution, transmission, printing, copying or dissemination 
of this information in any way
or in any manner is strictly prohibited. If you have received this communication in 
error, please delete this mail &
notify us immediately at [EMAIL PROTECTED]

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to