Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #21520

high availability and failover for tcp/ip connections

Newsgroups comp.lang.java.programmer
Date 2013-01-18 08:00 -0800
Message-ID <21bb7da2-cad6-4c3c-aba9-fa7abb81e754@googlegroups.com> (permalink)
Subject high availability and failover for tcp/ip connections
From me 2 <winona_whitener@yahoo.com>

Show all headers | View raw


Greetings,

I was wondering if anyone knew of a library that could help me with some socket programming.  Ideally, I'd be able to provide my main program with a socket connection that would be able to go through a list of potential targets for connection and then, if the socket died unexpectedly, try to reach the next potential target.  It has to ultimately use a TCP socket and no I can't use a JMS server product--but maybe a single part of the library.  I saw something similar to what I want for c# at http://www.codeproject.com/Articles/20106/Failover-Socket-Client and I thought that I'd ask around and see if there was some cool library that I just didn't know about.

Cheers,
Me

Back to comp.lang.java.programmer | Previous | Next | Find similar | Unroll thread


Thread

high availability and failover for tcp/ip connections me 2 <winona_whitener@yahoo.com> - 2013-01-18 08:00 -0800

csiph-web