Re: [cx-oracle-users] cx_Oracle and load balancing
Brought to you by:
atuining
From: Euan J. <eu...@pr...> - 2010-11-19 11:15:22
|
Mark, Thanks for that! Much appreciated. I'll look it over and see if it helps. Our solution is basically Django and cx_Oracle on top of Oracle. The TNS_Names entry has the "load-balanced" details. My actual question, is if cx_Oracle does the load balancing itself, or do I need to code the balancer on-top of cx_Oracle? If so, do you have some code-samples you are willing to share? Kind regards and thanks again for your assistance! -- *EUAN JONKER* | SENIOR ARCHITECT *PRAEKELT*.COM | *PRAEKELTFOUNDATION*.ORG *M*: +27 (0) 83 400 2042 | *T*: +27 (0) 21 447 0471 | *S*: euanjonker On 19 November 2010 13:06, Mark Harrison <mh...@pi...> wrote: > 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 > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today > http://p.sf.net/sfu/msIE9-sfdev2dev > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |