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


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

Re: high availability and failover for tcp/ip connections

From Patrick May <patrick@softwarematters.org>
Newsgroups comp.lang.java.programmer
Subject Re: high availability and failover for tcp/ip connections
References <21bb7da2-cad6-4c3c-aba9-fa7abb81e754@googlegroups.com>
Date 2013-05-22 13:51 -0400
Message-ID <m2bo82lx7y.fsf@gulch.gateway.2wire.net> (permalink)

Show all headers | View raw


me 2 <winona_whitener@yahoo.com> writes:
> 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

     Depending on your requirements, you might want to look into Jini
(http://www.softwarematters.org/jini-lookup-utils.html).  The technology
itself is more or less abandoned, but the concepts underlying it allow
you to build highly resilient systems on top of unreliable
infrastructure.

Regards,

Patrick

------------------------------------------------------------------------
http://www.softwarematters.org
Large scale, mission-critical, distributed OO systems design and
implementation.  (C++, Java, Common Lisp, Jini, middleware, SOA)

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | 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
  Re: high availability and failover for tcp/ip connections Arne Vajhøj <arne@vajhoej.dk> - 2013-05-18 19:02 -0400
    Re: high availability and failover for tcp/ip connections Joerg Meier <joergmmeier@arcor.de> - 2013-05-19 11:59 +0200
  Re: high availability and failover for tcp/ip connections Patrick May <patrick@softwarematters.org> - 2013-05-22 13:51 -0400
  Re: high availability and failover for tcp/ip connections bob smith <bob@coolfone.comze.com> - 2013-05-23 12:43 -0700

csiph-web