Re: [cx-oracle-users] cx_Oracle and load balancing
Brought to you by:
atuining
From: Mark H. <mh...@pi...> - 2010-11-19 11:06:11
|
On 11/19/10 1:12 AM, Euan Jonker wrote: > HI, > > We've got cx_Oracle installed running on Django. It rocks! > Thanks for the awesome software! > > I have a question though. > Does it support database load-balancing? Do you mean RAC-style load balancing? If so, the answer is yes, since cx_Oracle sits on top of OCI. Here's a presentation I made regarding TAF (transparent application failover). It works perfectly, and all the examples use cx_Oracle. http://markharrison.net/taf/taf-round-the-world.mov http://markharrison.net/taf/taf-coding-harrison.pdf http://markharrison.net/taf HTH! Mark |