This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Sockets and Internet Protocols and the fly likes How many data was transfer Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "How many data was transfer" Watch "How many data was transfer" New topic
Author

How many data was transfer

manu chaox
Ranch Hand

Joined: Apr 10, 2006
Posts: 110
I send data from a client to a server. I use ServerSocket, Socket on the server side and Socket on the client side.

How can I know how many data was accepted by the server on the client side?

Thank for your help
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How many data was transfer
 
Similar Threads
Java running on an AS400
How can I close a URLConnection?
passivate client
how can a server PUSH client?
Socket reply problem