Re: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-01 Thread Alex
> > 1. Run 2 instances of apache on each web server. One handles all CF > requests and one handles all static requests (images mostly). We > have found > that apache can serve over 500 14K files per second on a dual PIII 600 (we > were actually bottlenecked by the 100mb network. With 1K files > we

RE: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-03 Thread Lee Fuller
Did anyone ever answer this? I'm curious myself.. specifically on IIS. Lee > -Original Message- > From: Alex [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 01, 2001 5:26 PM > To: CF-Talk > Subject: Re: [RE: IIS or Apache? (WAS RE: can anyone help?)] &g

Re: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-03 Thread Zac
On Sunday, June 3, 2001, at 08:28 PM, Lee Fuller wrote: > Did anyone ever answer this? I'm curious myself.. specifically on IIS. I don't believe that this sort of thing is possible on IIS at all. It works with Apache since you can run multiple instances of it and configure them separately so

RE: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-03 Thread Dave Watts
> > > 1. Run 2 instances of apache on each web server. > > > ... > > > > How did you configure this? Did the different instances > > have different ports? > > > > ALSO how did you get CF to run with all the instances? > > Did anyone ever answer this? I'm curious myself.. specifically > on IIS

RE: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-03 Thread Lee Fuller
A Web Hosting Corporation "We ARE the net." http://www.aaawebhosting.com > -Original Message- > From: Zac [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 03, 2001 8:41 PM > To: CF-Talk > Subject: Re: [RE: IIS or Apache? (WAS RE: can anyone help?)] > > > >

RE: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-04 Thread 247601589883116300006
tself, the SQL code, etc are the bigger issues. As soon as you add any back end processing things really slow down. Justin -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 12:14 AM To: CF-Talk Subject: RE: [RE: IIS or Apache? (WAS RE: can a

RE: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-04 Thread Dave Watts
> I like to run different services because of the threading > issues. I do not know how virtual servers within IIS work, > but with this apache configuration, I pretty much guarantee > that one apache service bottlenecking (i.e. more CF requests > than it can handle) does not prevent the other

RE: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-04 Thread Justin Greene
: RE: [RE: IIS or Apache? (WAS RE: can anyone help?)] > I like to run different services because of the threading > issues. I do not know how virtual servers within IIS work, > but with this apache configuration, I pretty much guarantee > that one apache service bottlenecking (