Related to Performace of URLConnection.getOutputStream
- From: "Lucky" <deepaks@xxxxxxxxx>
- Date: 31 May 2006 03:38:13 -0700
Hi Folks,
In my Java application, the application is sending HTTP + SOAP request
to JBoss server. My observation is that for the very first request for
obtaining OutputStream object, application takes much time. And the
subsequent requests from the application does not take time for
obtaining the OutputStream object.
###########################################################
HttpURLConnection httpConn = (HttpURLConnection) serviceURL
.openConnection();
-------
-------
-------
OutputStream out = httpConn.getOutputStream();
#####################################################
Is there any reason behind this? Please let me know.
Regards,
Deepak
.
- Prev by Date: Re: I got some problems when using use activation mechanism of RMI
- Next by Date: Re: Why JavaEE / EJB3?
- Previous by thread: Java JSP Forms Generating on the fly
- Next by thread: javax.faces.FacesException: Assertion Failed....help me!!!
- Index(es):