
Hi Guys, I'd like to find out what is the maximum file size I can send over the network with the client-server appenders idea. 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 exception: Caught java.net.SocketException closing connection. The file with 252 OR smaller will get written (or printed to the console) however at the end I still get the exception (when the connection if closed). I'm trying to run the client on one computer and server on another (it's not localhost etc.). 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. So the performance is great... I'm just not getting any data bigger the above stated 252 bytes. The file I'm trying to transfer over and log is about 3.4KB. Can someone help Thanks Greg.

Never mind, I think I fixed it. Thanks Greg. On Thu, Oct 30, 2008 at 4:13 PM, Greg Flex <greg.flex@gmail.com> wrote:
Hi Guys, I'd like to find out what is the maximum file size I can send over the network with the client-server appenders idea. 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 exception: Caught java.net.SocketException closing connection. The file with 252 OR smaller will get written (or printed to the console) however at the end I still get the exception (when the connection if closed). I'm trying to run the client on one computer and server on another (it's not localhost etc.). 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. So the performance is great... I'm just not getting any data bigger the above stated 252 bytes. The file I'm trying to transfer over and log is about 3.4KB. Can someone help Thanks Greg.

There was nothing wrong with the Logback.MY class that set the client up had some mistakes... I don't remember exactly what was wrong, I think just typo... Greg On Fri, Oct 31, 2008 at 3:17 AM, Thorbjørn Ravn Andersen < thunderaxiom@gmail.com> wrote:
Greg Flex skrev den 31-10-2008 00:35:
Never mind, I think I fixed it.
For the benefit of the archives: What was wrong and how did you fix it? _______________________________________________ Logback-user mailing list Logback-user@qos.ch http://qos.ch/mailman/listinfo/logback-user
participants (2)
-
Greg Flex
-
Thorbjørn Ravn Andersen