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


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

high availability and failover for tcp/ip connections

Started byme 2 <winona_whitener@yahoo.com>
First post2013-01-18 08:00 -0800
Last post2013-01-18 08:00 -0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.java.programmer


Contents

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

#21520 — high availability and failover for tcp/ip connections

Fromme 2 <winona_whitener@yahoo.com>
Date2013-01-18 08:00 -0800
Subjecthigh availability and failover for tcp/ip connections
Message-ID<21bb7da2-cad6-4c3c-aba9-fa7abb81e754@googlegroups.com>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web