Hello all, I am currently streaming data from one of my servers via a custom client/server package we have.
The client is written in C and is invoked by passing parameters to it. Currently I call it via the following syntax: myclient -start_time 12:00:00 -end_time 12:59:59 -host my_hostname_here I'm currently calling it with a system command. Several things could happen to the data stream and I'd like to be able to build the error checking so that if the stream is broken it will be reinitialized from the point in time that it was broke, rather than from the beginning of the hour, and that if the host is unreachable, it will continue trying until it is available (also only continuing from the point in time when the stream was broken). Can anyone offer any advice/code/experience dealing with something like this? TIA, Kevin -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]