Tag: Failover
Posts of Tag: Failover
Posts of Tag: Failover
Configure GlassFish JDBC connection pool to handle Amazon RDS Multi-AZ failover
I have a Java EE application running in GlassFish on EC2, with a MySQL database on Amazon RDS. I am trying to configure the JDBC connection pool to in order to minimize downtime in case of database failover. My...Learn MoreJDBCMySqlFailoverglassfishamazon-rdsTwisted: ReconnectingClientFactory connection to different servers
I have a twisted ReconnectingClientFactory and i can successfully connect to given ip and port couple with this factory. And it works well. reactor.connectTCP(ip, port, myHandsomeReconnectingClientFactory) ...Learn MorePythonFailoverpython-2.7twisted