J
JoeM
What options are there for checking a laps of time? I'm working on an
implemention of a timeout function for a wireless connection. If a given
amount of time passes after a client sends a request to the server (ie, 5
seconds), I want the client to respond with a timed out message. Using and
checking NOW (with other logic for message handling) has me wondering about
its accuracy.
Is Now a precise function? Or is there a better method to check the pass of
time?
Joe
implemention of a timeout function for a wireless connection. If a given
amount of time passes after a client sends a request to the server (ie, 5
seconds), I want the client to respond with a timed out message. Using and
checking NOW (with other logic for message handling) has me wondering about
its accuracy.
Is Now a precise function? Or is there a better method to check the pass of
time?
Joe