i was thinking about implementing Robust TCP/IP connections .. but
somebody told me that is not very consistent , and i think so also ,

Did you consider fault-tolerant TCP/IP connections to multiple servers?

See these : This one is heavy-weight, whole process wrapping etc. Also the implementation is on Linux. Engineering fault-tolerant TCP/IP servers using FT-TCP. D. Zagorodnov, K. Marzullo, L. Alvisi, and T.C. Bressoud. In Proc. IEEE Intl. Conf. on Dependable Systems and Networks (DSN),

http://www.cs.ucsd.edu/~dzagorod/research/pubs/zagorodnov_et_al-fttcp-dsn03.pdf


This one is lightweight(in place logging), works for TCP/IP and for pipes and the implementation is on FreeBSD. Service Continuations: An Operating System Mechanism for Dynamic Migration of Internet Service Sessions. F. Sultan, A. Bohra, L. Iftode. The 22nd Symposium on Reliable Distributed Systems (SRDS), October 2003.

http://discolab.rutgers.edu/sc/srds03.ps

Cheers
Aniruddha


This would make it very easy to implement fault-tolerant systems with FreeBSD if the communication is TCP/IP based.


Erich
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to