Hi Guys,<br>I&#39;d like to find out what is the maximum file size I can send over the network with the client-server appenders idea.<br>I&#39;m using it at the moment and when sending more than, it seems like 252 bytes, on the server side I&#39;m getting an <br>
exception: Caught java.net.SocketException closing connection.<br>The file with 252 OR smaller will get written (or printed to the console) however at the end I still get the<br>exception (when the connection if closed).<br>
I&#39;m trying to run the client on one computer and server on another (it&#39;s not localhost etc.).<br>With the socket I can write the a file and store them on the server&#39;s HD with the speed as if they were processed/written locally.<br>
So the performance is great... I&#39;m just not getting any data bigger the above stated 252 bytes. <br>The file I&#39;m trying to transfer over and log is about 3.4KB.<br>Can someone help<br>Thanks<br>Greg.<br><br><br><br>
<br>