aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes Client Server timer Synchronization Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Client Server timer Synchronization" Watch "Client Server timer Synchronization" New topic
Author

Client Server timer Synchronization

Salima
Greenhorn

Joined: Apr 28, 2002
Posts: 3
Hi,
I am doing a client server application to send an audio file to server and Server will send that file to Client2. I need to calculate the time when the packet start from client1 and reaches server. Since my Clients and Server will run on different m/c's so i won't be having the synchronized clock. System clock on different m/c could show different time. My question is how to synchronize the time in this application.
Thanks in advance
Salima
 
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: Client Server timer Synchronization
 
Similar Threads
Bea weblogic 10.3g setting up clock skew
Display MS-WORD file in read only mode
how to measure the time to render a jsp
Synchronizing the clocks
Where put Business Logic? on client or server part