Multiple web servers MX distributed mode

2004-04-15 Thread Chad Nikirk
Hi, I am running Cold fusion in distributed mode.I currently only have one web server.I'm trying to setup a second web box that will be load balanced. I'm trying to setup the second web box exactly like the first by following the instructions from macromedia's site.Everything goes smooth until I

Multiple Web Servers

2003-02-27 Thread Robert Shaw
Is it posible to use multiple web servers with ColdFusion 5 - i.e. configure it to use apache IIS using different ports, or does it have to be one or the other? If you can, any instructions? TIA, Rob ~| Archives: http

RE: Multiple Web Servers

2003-02-27 Thread Dave Watts
Is it posible to use multiple web servers with ColdFusion 5 - i.e. configure it to use apache IIS using different ports, or does it have to be one or the other? No, you can run as many different web servers with CF 5 (or CFMX) as you like. I don't know why you'd want to run them

Re: Multiple Web Servers

2003-02-27 Thread Sean A Corfield
images, you may well want a cluster of web servers connected to a single CF server. You might also want multiple web servers if you have scripts or other non-CF stuff on your site that puts load on the web servers. Sean A Corfield -- http://www.corfield.org/blog/ If you're not annoying

Re: Multiple Web Servers

2003-02-27 Thread samcfug
Manager mailto:[EMAIL PROTECTED] http://www.samcfug.org = - Original Message - From: Robert Shaw [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 27, 2003 3:47 PM Subject: Multiple Web Servers | Is it posible to use multiple web

RE: Multiple Web Servers

2003-02-27 Thread Dave Watts
If you are generating web pages that have large numbers of images, especially large images, you may well want a cluster of web servers connected to a single CF server. You might also want multiple web servers if you have scripts or other non-CF stuff on your site that puts load

Re: Multiple Web Servers

2003-02-27 Thread Jim McAtee
- Original Message - From: Dave Watts [EMAIL PROTECTED] You might also want multiple web servers if you have scripts or other non-CF stuff on your site that puts load on the web servers. Why wouldn't I just put that stuff on a web server that's not using CF? If you've got only

RE: Multiple Web Servers

2003-02-27 Thread Dave Watts
You might also want multiple web servers if you have scripts or other non-CF stuff on your site that puts load on the web servers. Why wouldn't I just put that stuff on a web server that's not using CF? If you've got only one machine. I could understand doing this. If you had

RE: Multiple Web Servers

2003-02-27 Thread Cary Gordon
I used to have a client who had 212 production web servers on a single physical server simultaneously, all connected to a single version of CF. The machine ate up almost an entire class C. Not my recommendation, but it worked. At 07:28 PM 2/27/2003 -0500, you wrote: Now, we've come

RE: Multiple Web Servers

2003-02-27 Thread Dave Watts
I used to have a client who had 212 production web servers on a single physical server simultaneously, all connected to a single version of CF. The machine ate up almost an entire class C. Were they virtual servers using the same web server software, or different servers using different

RE: Multiple Web Servers

2003-02-27 Thread Cary Gordon
I suppose that it would be pretty difficult to come up with 212 different types of server that would run on the same hardware. At 07:48 PM 2/27/2003 -0500, you wrote: I used to have a client who had 212 production web servers on a single physical server simultaneously, all connected to a

Re: Multiple Web Servers

2003-02-27 Thread Sean A Corfield
On Thursday, Feb 27, 2003, at 15:32 US/Pacific, Dave Watts wrote: If you are generating web pages that have large numbers of images, especially large images, you may well want a cluster of web servers connected to a single CF server. You might also want multiple web servers if you have

Re: Multiple Web Servers

2003-02-27 Thread Sean A Corfield
On Thursday, Feb 27, 2003, at 16:10 US/Pacific, Jim McAtee wrote: Why wouldn't I just put that stuff on a web server that's not using CF? If you've got only one machine. I was talking more about performance - you won't get increases in performance on one box by adding more web server