I believe the tunnel uses an AWT TextArea to display data. There is a 32k character limit on the display - furthermore, the tunnel works with small chunks of characters, repeatedly adding them to the TextArea - this does not work well with large messages. To capture large messages, modify the Relay.java class to write to files instead of to TextAreas
[EMAIL PROTECTED] Author of Soap Programming with Java - Sybex; ISBN: 0782129285 > -----Original Message----- > From: Aniruddha Shevade [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 27, 2002 7: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 >
