Looking for a TCP/IP networking library/module/whatever ...

S

Storm

.... that I would like to use in a client/server application that would
:

1) detect reliably when connection is lost and try automatically to
reconnect to the server and the link is declared dead (i.e. the
client/server is notified) if only a reconnect was not possible for
3-4 minutes

2) perhaps have the whole link encrypter, but I see this most as a
bonus

Anyone knows if something like this exists ?
 
I

Irmen de Jong

Storm said:
... that I would like to use in a client/server application that would
:

1) detect reliably when connection is lost and try automatically to
reconnect to the server and the link is declared dead (i.e. the
client/server is notified) if only a reconnect was not possible for
3-4 minutes

2) perhaps have the whole link encrypter, but I see this most as a
bonus

Anyone knows if something like this exists ?

Yes, it's called Pyro: http://pyro.sourceforge.net/
Pyro supports automatic reconnection, and SSL.

As your bonus, so to speak, you get drastically simplified
distributed application development.

--Irmen
 
C

Calvin Spealman

Storm said:
... that I would like to use in a client/server application that would
:

1) detect reliably when connection is lost and try automatically to
reconnect to the server and the link is declared dead (i.e. the
client/server is notified) if only a reconnect was not possible for
3-4 minutes

2) perhaps have the whole link encrypter, but I see this most as a
bonus

Anyone knows if something like this exists ?

Look into Twisted? (http://www.twistedmatrix.com/)
--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,222
Latest member
patricajohnson51

Latest Threads

Top