[twsocket] SslWSocketServer and SslWSocket KEEPALIVE

2011-01-19 Thread daniel cc
Hi guys, Could you please inform, What is the best way to use in order to be able to keep alive both server and client? I would like to keep them both alive. Is it custom? or systemon? or off? How about interval? Thanks -daniel -- To unsubscribe or change your settings for TWSocket mailing

Re: [twsocket] SslWSocketServer and SslWSocket KEEPALIVE

2011-01-19 Thread Angus Robertson - Magenta Systems Ltd
What is the best way to use in order to be able to keep alive both server and client? Only the client matters, ignore the server. Just design your protocol so the client sends regular packets, at least one every five minutes, I sent them each minute, with the server returning an

Re: [twsocket] SslWSocketServer and SslWSocket KEEPALIVE

2011-01-19 Thread daniel cc
Thanks Angus, I think five minutes will be just good for me :) What is the best way to use in order to be able to keep alive both server and client? Only the client matters, ignore the server. Just design your protocol so the client sends regular packets, at least one every five minutes, I

Re: [twsocket] SslWSocket processing data

2011-01-19 Thread Francois PIETTE
If the SslWSocket sends command such as: “Time”, SslWSocketServer is processing it and responding by giving the time to the client (this what I have noticed in the samples). Right. Now, Can the same thing be done in the other way around? SslWSocketServer sends command such as : ”Time”,

Re: [twsocket] SslWSocket processing data

2011-01-19 Thread daniel cc
Thank you :) Sounds excellent. Best regards -Original Message- From: Francois PIETTE Sent: Wednesday, January 19, 2011 7:33 PM To: ICS support mailing Subject: Re: [twsocket] SslWSocket processing data If the SslWSocket sends command such as: “Time”, SslWSocketServer is processing

[twsocket] SslWSocketServer GET REMOTE COMPUTER NAME

2011-01-19 Thread daniel cc
Hi guys, Is there any built in procedure for getting the remote computer’s name? if not, I will get the computer name from the client site and send it to the server as command when the connection is made. thanks. -- To unsubscribe or change your settings for TWSocket mailing list please goto