Re: Is ColdFusion the best answer

2002-12-17 Thread Jochem van Dieten
Costas Piliotis wrote: > > mySQL doesn't use MDAC does it? I believe macromedia claims the trouble is > with MDAC, not ColdFusion... MyODBC on the other hand uses a little bit of MDAC. The driver manager is used by all ODBC drivers, but I am not sure if that runs all the time or only when setti

RE: Is ColdFusion the best answer

2002-12-16 Thread Costas Piliotis
onday, December 16, 2002 1:27 PM To: CF-Talk Subject: RE: Is ColdFusion the best answer mySQL does away with that memory leak. I used to have horrific problems, but then again I was using Access and deserved my fate :). I still cycle the services - ColdFusion, Imail, mySQL and statistics - but

RE: Is ColdFusion the best answer

2002-12-16 Thread Matt Robertson
l Message- >From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED]] >Sent: Monday, December 16, 2002 11:29 AM >To: CF-Talk >Subject: Re: Is ColdFusion the best answer > > >I'll second Dave here. I have 3 production Windows boxes using CF5/IIS and >do not have to recycle

RE: Is ColdFusion the best answer

2002-12-16 Thread Dave Watts
> Odd... I've had nothing but trouble with the MDAC memory > leak... We first experienced that memory leak in 4.5.x... > > It's still documented that there's a leak in MDAC that > causes this. I think it's limited to ODBC connections to > SQL Server, but I could be wrong... Are you using the m

RE: Is ColdFusion the best answer

2002-12-16 Thread Costas Piliotis
Original Message- From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 11:29 AM To: CF-Talk Subject: Re: Is ColdFusion the best answer I'll second Dave here. I have 3 production Windows boxes using CF5/IIS and do not have to recycle them except for the ine

Re: Is ColdFusion the best answer

2002-12-16 Thread John Paul Ashenfelter
shenfelter - Original Message - From: "Dave Watts" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 12, 2002 12:51 PM Subject: RE: Is ColdFusion the best answer > > And don't forget to go and run \cfusion\BIN\cycle.ba

RE: Is ColdFusion the best answer

2002-12-12 Thread Stacy Young
Agreed...our production boxes running cf5 get cycled once every 6-10 months if that...usually for hardware or OS changes. (Solaris) Stace -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 12:51 PM To: CF-Talk Subject: RE: Is ColdFusion the

RE: Is ColdFusion the best answer

2002-12-12 Thread Dave Watts
> And don't forget to go and run \cfusion\BIN\cycle.bat > > Very important with CF5 or earlier. You shouldn't necessarily have to cycle the CF services on a daily basis; that's usually an indication of some problem that can be fixed, and cycling the services is simply a way to avoid having to exp

RE: Is ColdFusion the best answer

2002-12-12 Thread Costas Piliotis
And don't forget to go and run \cfusion\BIN\cycle.bat Very important with CF5 or earlier. -Original Message- From: Paris Lundis [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 8:53 AM To: CF-Talk Subject: Re: Is ColdFusion the best answer CF will handle any load yo

Re: Is ColdFusion the best answer

2002-12-12 Thread Paris Lundis
CF will handle any load you can come up with... just be sure of the following: 1. run a real database... MySQL is a great one and has awesome cost... 2. Have enough machines to process your requests... 3. Don't try running many servers on one machine... divide FTP, EMAIL, DNS and SQL stuff from

RE: Is ColdFusion the best answer

2002-12-12 Thread Jim Davis
> -Original Message- > From: Chad [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 12, 2002 11:10 AM > To: CF-Talk > Subject: Is ColdFusion the best answer > > > I will be creating a site much like match.com that will > require a few hundred users logging in accessing the CF > ser

Re: Is ColdFusion the best answer

2002-12-12 Thread Bruce Sorge
The real question is not can CF handle it, it is more like, will my hardware handle it? ColdFuison 5.0 is being used by some very high trafficked sites. If you are talking about having several hundred users logged in, you will want to make sure that you have a beefy stand-alone SQL server and a goo

Re: Is ColdFusion the best answer

2002-12-12 Thread Clint Tredway
Where I work, we have an intranet that is enterprise wide with hundreds of users using it everyday all day long using CF5 and SQL 2000. CF and SQL handle this just fine. HTH Clint - Original Message - From: "Chad" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, Decem

RE: Is ColdFusion the best answer

2002-12-12 Thread webguy
Yes, if you design it well. Make sure your DB is designed properly. You should be able use CF to cache alot of the profiles/ content .. WG > -Original Message- > From: Chad [mailto:[EMAIL PROTECTED]] > Sent: 12 December 2002 16:10 > To: CF-Talk > Subject: Is ColdFusion the best answer > >