Genesys CTI User Forum

Genesys CTI User Forum => Genesys-related Development => Topic started by: exorx on October 29, 2013, 01:54:28 PM

Title: Redundancy with Platform SDK
Post by: exorx 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
Title: Re: Redundancy with Platform SDK
Post by: Kubig 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.
Title: Re: Redundancy with Platform SDK
Post by: exorx 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.