Hello all,
I have a soap based application that returns the contents of a server
side file upon request.  It is deployed using apache soap 2.0 on tomcat
3.2.1.  The contents of the file are returned as a String from the
method I am calling.  My problem is this. This scheme seems to work well
as long as the files are say less than 50 kb. A 50 kb file is returned
in less than 2 seconds.   However, as the file size increases, the time
for the return trip increases greatly.  An 85 kb file takes 13 seconds
and a 170 kb file takes 67 seconds.  All of this additional time occurs
between the time my method returns the String and the time the client
receives the reply.  Obviously, this time increase is not linear with
the file size and is causing considerable performance problems.  Has
anyone run into this issue and if so, do you know what is causing it?  I
can certainly upgrade my application to soap 2.2 but I don't want to do
that if it isn't going to fix the problem. Thanks in advance for your
help!

--
Regards,

Lee J. Willwerth
Redsea Works Co.
1-888-891-5707

begin:vcard 
n:Willwerth;Lee
tel;cell:1-248-770-9161
tel;fax:1-248-353-2844
tel;work:1-888-891-5707
x-mozilla-html:FALSE
org:Redsea Works Co.
version:2.1
email;internet:[EMAIL PROTECTED]
adr;quoted-printable:;;29209 Northwestern Highway #640=0D=0A;Southfield;MI;48034;USA
x-mozilla-cpt:;9664
end:vcard

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

Reply via email to