Author Topic: Redundancy with Platform SDK  (Read 2585 times)

Offline exorx

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Redundancy with Platform SDK
« on: October 29, 2013, 01:54:28 PM »
Hi, I need to make a listener which listens to some T-server events.  I'm using the .NET Platform SDK.  If my T-Server fails, I try to use our t-server backup server through the Warm-Standby application block. 

My listener istelf is hosted on a windows server, since my listener does some important things, I'd like to make it redundant as well.  If the windows server with the listener fails, I'd like to wake up a new listener on a backup server so I don't loose any events (or at least not much).  Do you suggestions on how to accomplish this, is there anything in the Platform SDK that could help me to accomplish this feature?

Thanks

Martin

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Redundancy with Platform SDK
« Reply #1 on: October 29, 2013, 02:29:17 PM »
I think that listener (in other word client of T-Server) is just your site and Genesys "does not care" about this part, because his standard are described clearly and only one important thing is honor this standards. This part (from my point of view) is not related to the Genesys, but in general to the programmer standards.

Offline exorx

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: Redundancy with Platform SDK
« Reply #2 on: October 30, 2013, 11:49:18 AM »
k, that's what I thought, but since Genesys uses redundancy for their applications, they could have exposed some features.  Thanks.