Hi

I am calling request.getParameters() in the
service() method of servlet. It is taking nearly
600 msec. This function alone consumes 600 msec
of the total 650 milli sec taken by the servlet.
That is creating a performance problem.

       What is the reason for this problem?
How to cut down this extremely large time taken
by getParameter().

Size of the parameter is small.
I am attaching the parameter value returned by the
function
====================================================
 Form variable (parameter value)
 ssaXMLRequest =<ssaXMLRequest>
<ssaRequestClientTransactionID>
testClientTransactionID
</ssaRequestClientTransactionID>
<ssaRequestType>
login
</ssaRequestType>
<ssaRequestBody>
<![CDATA[
<payload>
<userID>ESCDEMO</userID>
<password>ESCDEMO</password>
<clientIP>2.2.2.2</clientIP>
<clientDNS>1.1.1.1</clientDNS>
</payload>
]]>
</ssaRequestBody>
</ssaXMLRequest>
</payload>
]]>
</ssaRequestBody>
======================================================

Thanks
Senthil

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to