I have faced the same problem. My understanding is that you are trying to do soap with attachments on w2k.
I guess apache soap reads the entire file that you want to upload or download (along with your soap message) into the memory before pushing it into the http socket. Hence if you try out some thing different like sending your favorite mp3 or mpeg (like i did), your w2k system virtual memory wont be able to accommodate it and consequently java will complain out an "Out of memory". Arun. > -----Original Message----- > From: Aniruddha Shevade [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 27, 2002 5:45 PM > To: [EMAIL PROTECTED] > Subject: Urgent Help requirred - Limitations of the TcpTunnel > > > Hello All > Another question about the tunnel. Is there a limitation on the buffer > size of teh data which can be handled > by th tunnel. There seems to be some problem when very huge > amount of Data , > ( Such as a large File download > being sent through a Tunnel ). I am seeing the application crash > Has anybody seen similar problems > > Thanks > -Aniruddha >
