Hi Guys,<br>I'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'm using it at the moment and when sending more than, it seems like 252 bytes, on the server side I'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'm trying to run the client on one computer and server on another (it's not localhost etc.).<br>With the socket I can write the a file and store them on the server's HD with the speed as if they were processed/written locally.<br>
So the performance is great... I'm just not getting any data bigger the above stated 252 bytes. <br>The file I'm trying to transfer over and log is about 3.4KB.<br>Can someone help<br>Thanks<br>Greg.<br><br><br><br>
<br>