Howdy,
First of all, how fast was the forward call on another platform?

OTOH, 500ms for the line of code you gave below is not that atrocious.
Both the getRequestDispatcher and forward calls are not lightweight.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Yonatan Goraly [mailto:[EMAIL PROTECTED]
>Sent: Monday, November 24, 2003 2:17 AM
>To: Tomcat Users List
>Subject: Slow on Linux
>
>I am in the process of evaluating Linux as a server platform for my
>application (this is my first Linux experience).
>The environment is:
>- Single AMD Opteron 1.8 GHz
>- Tyan motherboard with 1 GB memory
>- Mandrake Linux 9.2 AMD64 RC1
>- SUN JDK 1.4.2_02
>- Tomcat 4.29, without Apache web server
>
>The first impression is that the application is extremely slow. I found
>out that calling
>getServletConfig().getServletContext().getRequestDispatcher(url).forwar
d(re
>quest,
>response); can take about 500 ms (I put one log command before the
call,
>and the other at the beginning of the forwarded JSP page, so I know
that
>the only call my application does between the log commands is the
>forward call)
>
>Please advise
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to