[twsocket] SslWSocket client KeepAlive

2011-01-20 Thread daniel cc
Hello,
What are the right parameters of the component for keeping the client alive,
1) KeepAliveInterval = ?
2) KeepAliveOnOff   = ?
3) KeepAliveTime = ?

What I would like to know is,
What do you normally use and what is the best?

Do you keepalive the connection by pinging the host or send messages let’s say 
every 5 minutes, how you keep it alive?

Thanks
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Re: [twsocket] SslWSocket client KeepAlive

2011-01-20 Thread Angus Robertson - Magenta Systems Ltd
 What are the right parameters of the component for keeping the 
 client alive,

You asked this yesterday, and I answered.

The KeepAliveOnOff parameters of the component are not necessarily
reliable, it's better to send your own packets that you can see,
particularly as you are creating your own protocol anyway. 

 keep alive the connection by pinging the host 

Ping is nothing to do with keeping a TCP/IP connection alive, it's to see
if the remote host can be reached before you open a connection. 

Angus

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] SslWSocket client KeepAlive

2011-01-20 Thread daniel cc

Thanks Angus,
I now your answers of yesterday but,

What are these for?
1) KeepAliveInterval = ?
2) KeepAliveOnOff   = ?
3) KeepAliveTime = ?
Are they there for what?

Do we have any samples of keepalive?
or do I just have to figure out how?

I have never done anything like this before and looks like I won't be able 
of doing anything with out samples :(

How the packet send is usualy done in ICS?

I need samples!

Thanks

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] SslWSocket client KeepAlive

2011-01-20 Thread Angus Robertson - Magenta Systems Ltd
 Do we have any samples of keepalive?

Have you tried searching all the ICS files, you will find it is used.
Or use Goggle, this is simple TCP programming, nothing specific to ICS.


 or do I just have to figure out how?

Already answered twice. 

 I won't be able of doing anything with out samples :(

If you want other people to write your programmes for you, you'll need to
come to a commercial arrangement with them.  

Angus

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] SslWSocket client KeepAlive

2011-01-20 Thread daniel cc

Have you tried searching all the ICS files, you will find it is used.
Or use Goggle, this is simple TCP programming, nothing specific to ICS.



Yes, I did and plenty of it.
There are none documents which tells about how to in ICS and there are very 
few for Winsock.




I won't be able of doing anything with out samples :(


If you want other people to write your programmes for you, you'll need to
come to a commercial arrangement with them.


Making a sample code of a procedure is not making the program it is just a 
guide for where to start and how to start.
A sample code is just what I need in order to be able to understand these 
things.

A clear guide which tells about,
If you need to send packets  for keeping alive put the code into the 
procedure  etc.

Overbyte Wiki has very little info to use.

If you thinks I am looking for a ready made application,
means I have explained myself exremely badly!!

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be