Re: load sharing

2007-02-26 Thread David Griffiths
If you can wait for 5.1 (in beta now), you can use partitioning to store a client on a different database in a different geographical site. You'd need to partition by region/state (assuming you capture address info). If you wanted to do any reporting, however, you'd need to set up a data ware

Re: load sharing

2007-02-26 Thread Juan Eduardo Moreno
Complementing Chris : Asume that your Application Server is Tomcat. BALANCING SERVERS: You can implement some servers or appliance only for balancing your primary connections. This servers or appliance you must implement using Hearbeat ( only). For example one

Re: load sharing

2007-02-26 Thread Chris McKeever
On 2/26/07, Chris W <[EMAIL PROTECTED]> wrote: Can someone here give some insight and suggest other options I could look into? you could replicate all the data between web/application servers, and use the local store as a read-only database, and push all your updates to a central update 'mas