Re: CF MX and CF 5 accessing the same client database storage for one big application.

2005-02-24 Thread Steven Erat
Craig Benner wrote: > Here is a little back ground before I get into my problem. I have 3 > production web servers. 2 of them are running CF 5 which is load > balanced. They are using client variables to keep state and login > information. This is working perfectly. Next I am adding a standalo

RE: CF MX and CF 5 accessing the same client database storage for one big application.

2005-02-24 Thread Craig Benner
: Re: CF MX and CF 5 accessing the same client database storage for one big application. Craig Benner wrote: > Here is a little back ground before I get into my problem. I have 3 > production web servers. 2 of them are running CF 5 which is load > balanced. They are using client var

Re: CF MX and CF 5 accessing the same client database storage for one big application.

2005-02-24 Thread Steven Erat
On Thu, 24 Feb 2005 22:17:21 -0500, Craig Benner <[EMAIL PROTECTED]> wrote: > So to use 2 cfclientdb, I will have to write my code to keep the data up > to date as the jump back and forth between the servers / cfclientdbs. > > Sounds like a pain. Just use two databases on the same database serve

RE: CF MX and CF 5 accessing the same client database storage for one big application.

2005-02-25 Thread Craig Benner
have to know about the data in the other. :-\ -Original Message- From: Steven Erat [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 11:41 PM To: CF-Talk Subject: Re: CF MX and CF 5 accessing the same client database storage for one big application. On Thu, 24 Feb 2005 22:17:21

RE: CF MX and CF 5 accessing the same client database storage for one big application.

2005-02-26 Thread Dave Watts
> But I use variables within the clientdb that tells me if the > user is logged in and what permissions they have. Plus keep > track of how long they've been idle, so we can log them off, > but not lose any of the data they were working on. Unfortunately, there aren't any especially good solut