RE: Server Cluster

2007-06-14 Thread Peterson, Chris
To chime in on this:  I don't believe you would need to purchase
multiple copies of CF for virtualized servers, only one per *physical*
server, with up to 2 max CPU's.

Since the license for CF is for 1-2 CPU's, running it on an unlimited
number of VM's residing on a single physical server (dual CPU dual or
quad core) would still conform to the license.
Of course, you would need to go beefy to properly support anything more
than 2 - 3 instances of windows / CF, but 8 gigs of ram would be cheaper
than 4 copies of CF Enterprise =)

Chris Peterson

-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 13, 2007 5:28 PM
To: CF-Talk
Subject: Re: Server Cluster

Nathan Strutz wrote:
 Contrary to some of the other opinions in this thread, I think that
getting
 windows in multiple VMs is a better way to go than getting CF on
multiple
 JVMs, and I have a fair amount of experience to back that up.

Depends on the purpose. Let me counter by complementing your example 
with what it actually means for for instance PDF generation.


 First off, licensing - windows 2003 web edition costs around $500 last
I
 checked, though I don't track the virtualization pricing schemes.
ColdFusion
 Standard edition is about $1300 and ColdFusion Enterprise weighs in at
 $6000. CF is always licensed to physical CPU pairs (dual cores count
as 1
 CPU).
 
 To go the CF Enterprise way, If you have 4 servers, 2 processors each,
 you'll buy 4 Windows licenses, and 4 CF enterprise licenses. - cost:
 $26,000.

And you can run PDF generation in unlimited threads on them. I would not

recommend more then 4 threads per core, so with 8 CPUs / 16 cores this 
amounts to 64 threads.


 To go the virtualized server way, say you want to run 2 windows
servers per
 box - only 4 servers so 4 CF Standard licenses, but 8 windows
licenses,
 total cost: $9,200. Then there's the cost of the VM software, which I
don't
 know about, I've heard you can do it for free.

With 4 CF Standard license you get 4 threads to generate PDFs.

So for three times the cost you get 16 times the performance. I think CF

Enterprise is a pretty good deal :)



 If you are clustering the JRun servers, there is a lot of confusion
over
 exactly what that does - a request onto one web server could be
serviced by
 either JRun server. One JRun server sets itself up to be primary, and
if
 taken offline, the cluster then fails and requests are serviced by no
one.

That is not my experience. The worst case scenario I have seen is that 
under some failure scenario's (which are all failure scenario's outside 
of JRun so that would also affect other solutions) failover takes 2 MSL 
(and that should be configurable).


 Session sharing is especially painful, especially if you carry a fair
amout
 of data and have tens of thousands of users, no gigabit network can
carry
 that much bandwidth, add another server and the bandwidth requirements
 increase exponentially.

Make sure the servers can use multicast and the bandwidth requirements 
don't increase.


 If you have a network load balancer that sends requests to different
web
 servers and keeps users stuck to a particular server (except on
failovers),
 you should have those servers servicing their own requests. If you
need to
 tack data to a user, you can save it in session but don't replicate it
- put
 an ID in a cookie and tie it to a database record, that way, it's in
quick
 session memory, and if the server crashes, you can bring it back out
on
 demand.

Replace ID in a cookie with HTTP authentication and you have my 
preferred setup :)


 Now back to stability, if one JVM crashes on one server, there's a
 better-than-you-think chance of it hurting the whole server. More
often than
 not, I've had to reboot an entire server because one CF instance had
 problems.

If independent processes affect eachother there is a problem with the
OS.

Jochem

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281115
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Server Cluster

2007-06-14 Thread Peterson, Chris
 To chime in on this:  I don't believe you would need to purchase
multiple copies of CF for virtualized servers, only one per *physical*
server, with up to 2 max CPU's.

Since the license for CF is for 1-2 CPU's, running it on an unlimited
number of VM's residing on a single physical server (dual CPU dual or
quad core) would still conform to the license.
Of course, you would need to go beefy to properly support anything more
than 2 - 3 instances of windows / CF, but 8 gigs of ram would be cheaper
than 4 copies of CF Enterprise =)

With your example, run 4 virtual servers on a dual CPU quad core system,
and software licensing would be (4) windows at $2000 and 1 CF enterprise
at $6000.  Also, I believe the next version of Windows server will
support 'virtualized' instances right out of the box, and would share
the same OS code for each virtual machine.  This would remove the
necessity for multiple windows instances. I really think virtual servers
sharing a license would be the way to go for CF hosting I think, have a
beefy machine with relatively small VM's so each user has a 'dedicated'
server to play with, and pay for only 1 CF license =)

Chris Peterson


Nathan Strutz wrote:
 First off, licensing - windows 2003 web edition costs around $500 last
I
 checked, though I don't track the virtualization pricing schemes.
ColdFusion
 Standard edition is about $1300 and ColdFusion Enterprise weighs in at
 $6000. CF is always licensed to physical CPU pairs (dual cores count
as 1
 CPU).
 
 To go the CF Enterprise way, If you have 4 servers, 2 processors each,
 you'll buy 4 Windows licenses, and 4 CF enterprise licenses. - cost:
 $26,000.

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281174
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Server Cluster

2007-06-13 Thread Nathan Strutz
Contrary to some of the other opinions in this thread, I think that getting
windows in multiple VMs is a better way to go than getting CF on multiple
JVMs, and I have a fair amount of experience to back that up.

First off, licensing - windows 2003 web edition costs around $500 last I
checked, though I don't track the virtualization pricing schemes. ColdFusion
Standard edition is about $1300 and ColdFusion Enterprise weighs in at
$6000. CF is always licensed to physical CPU pairs (dual cores count as 1
CPU).

To go the CF Enterprise way, If you have 4 servers, 2 processors each,
you'll buy 4 Windows licenses, and 4 CF enterprise licenses. - cost:
$26,000.

To go the virtualized server way, say you want to run 2 windows servers per
box - only 4 servers so 4 CF Standard licenses, but 8 windows licenses,
total cost: $9,200. Then there's the cost of the VM software, which I don't
know about, I've heard you can do it for free.

These are in no way real numbers, and i'm not sure if you can put windows
web server edition on a virtual machine, so your mileage may vary.

So I would argue the price is better with multiple virtual servers over
multiple virtual machines.

Next, the stability factor. I've run a lot of CF enterprise servers,
installing, configuring different types of clustering, managing the servers
and the applications, and developing the appilcations, I'd say about 40 in
the last 5 years for a handful of different companies. Each time, the
results haven't been 100% what we wanted out of the setup.

If you are clustering the JRun servers, there is a lot of confusion over
exactly what that does - a request onto one web server could be serviced by
either JRun server. One JRun server sets itself up to be primary, and if
taken offline, the cluster then fails and requests are serviced by no one.
Session sharing is especially painful, especially if you carry a fair amout
of data and have tens of thousands of users, no gigabit network can carry
that much bandwidth, add another server and the bandwidth requirements
increase exponentially. Furthermore, until the release of CF8, CFCs are not
replicated safely.

If you have a network load balancer that sends requests to different web
servers and keeps users stuck to a particular server (except on failovers),
you should have those servers servicing their own requests. If you need to
tack data to a user, you can save it in session but don't replicate it - put
an ID in a cookie and tie it to a database record, that way, it's in quick
session memory, and if the server crashes, you can bring it back out on
demand.

(i've been meaning to blog this subject)

Now back to stability, if one JVM crashes on one server, there's a
better-than-you-think chance of it hurting the whole server. More often than
not, I've had to reboot an entire server because one CF instance had
problems. It would be much safer to keep the instances even more isolated -
on their own virtual server.

Anyways, it's just my opinion, but like I've said, I've done this a few
times.

-- 
nathan strutz
http://www.dopefly.com/


On 6/11/07, James Smith [EMAIL PROTECTED] wrote:

 I am thinking of setting up a virtual cluster to run our website for
 reliability reasons. Does anyone have any good documentation
 (preferably in a PDF or other offline readable format) in the form of
 a beginners guide to CF clusters?

 Also, what is the licencing requirement for this, I am aware I can use
 the same copy of Windows Server in multiple virtual machines but will
 each one require it's own CF licence or can they share a licence since
 they run on the same processor(s)?

 --
 Jay


 

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281066
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Server Cluster

2007-06-13 Thread Jochem van Dieten
Nathan Strutz wrote:
 Contrary to some of the other opinions in this thread, I think that getting
 windows in multiple VMs is a better way to go than getting CF on multiple
 JVMs, and I have a fair amount of experience to back that up.

Depends on the purpose. Let me counter by complementing your example 
with what it actually means for for instance PDF generation.


 First off, licensing - windows 2003 web edition costs around $500 last I
 checked, though I don't track the virtualization pricing schemes. ColdFusion
 Standard edition is about $1300 and ColdFusion Enterprise weighs in at
 $6000. CF is always licensed to physical CPU pairs (dual cores count as 1
 CPU).
 
 To go the CF Enterprise way, If you have 4 servers, 2 processors each,
 you'll buy 4 Windows licenses, and 4 CF enterprise licenses. - cost:
 $26,000.

And you can run PDF generation in unlimited threads on them. I would not 
recommend more then 4 threads per core, so with 8 CPUs / 16 cores this 
amounts to 64 threads.


 To go the virtualized server way, say you want to run 2 windows servers per
 box - only 4 servers so 4 CF Standard licenses, but 8 windows licenses,
 total cost: $9,200. Then there's the cost of the VM software, which I don't
 know about, I've heard you can do it for free.

With 4 CF Standard license you get 4 threads to generate PDFs.

So for three times the cost you get 16 times the performance. I think CF 
Enterprise is a pretty good deal :)



 If you are clustering the JRun servers, there is a lot of confusion over
 exactly what that does - a request onto one web server could be serviced by
 either JRun server. One JRun server sets itself up to be primary, and if
 taken offline, the cluster then fails and requests are serviced by no one.

That is not my experience. The worst case scenario I have seen is that 
under some failure scenario's (which are all failure scenario's outside 
of JRun so that would also affect other solutions) failover takes 2 MSL 
(and that should be configurable).


 Session sharing is especially painful, especially if you carry a fair amout
 of data and have tens of thousands of users, no gigabit network can carry
 that much bandwidth, add another server and the bandwidth requirements
 increase exponentially.

Make sure the servers can use multicast and the bandwidth requirements 
don't increase.


 If you have a network load balancer that sends requests to different web
 servers and keeps users stuck to a particular server (except on failovers),
 you should have those servers servicing their own requests. If you need to
 tack data to a user, you can save it in session but don't replicate it - put
 an ID in a cookie and tie it to a database record, that way, it's in quick
 session memory, and if the server crashes, you can bring it back out on
 demand.

Replace ID in a cookie with HTTP authentication and you have my 
preferred setup :)


 Now back to stability, if one JVM crashes on one server, there's a
 better-than-you-think chance of it hurting the whole server. More often than
 not, I've had to reboot an entire server because one CF instance had
 problems.

If independent processes affect eachother there is a problem with the OS.

Jochem

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281076
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Server Cluster

2007-06-13 Thread Nathan Strutz
Jochem,

The PDF example is great. I'm not against CF Enterprise whatsoever, it's the
best way to go, and I do whatever I can to look for reasons to recommend it
for things like that. I just think it's over-prescribed and often
misunderstood.


 Now back to stability, if one JVM crashes on one server, there's a
  better-than-you-think chance of it hurting the whole server. More often
 than
  not, I've had to reboot an entire server because one CF instance had
  problems.

 If independent processes affect eachother there is a problem with the OS.


Well, I said I was using Windows, didn't I.  All joking aside, it's usually
a resource contention issue, other processes on the box run out of
resources. Admittedly, I'm quicker to reboot than I should be ;)


-- 
nathan strutz
http://www.dopefly.com/


~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281081
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Server Cluster

2007-06-12 Thread Russ
 -Original Message-
 From: James Smith [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 11, 2007 5:51 PM
 To: CF-Talk
 Subject: Re: Server Cluster
 
  Actually, you can't just use the same copy of Windows Server in multiple
  virtual machines. Microsoft has a VM licensing calendar here:
 
 http://www.microsoft.com/windowsserver2003/howtobuy/licensing/calculator.m
 sp
  x
 
 Good catch, I would have missed that.
 

This is weird.  I remember reading somewhere that an Enterprise version of
Windows lets you run unlimited virtual instances on one physical machine.
According to this, you need the datacenter edition.  

Does anyone else remember reading what I did?

Russ


~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280802
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Server Cluster

2007-06-12 Thread Duncan
I have been through several set ups recently, the latest is 2 physical
servers with a cisco pix load balancer with no sticky sessions. we
then run 2 jrun instances for the production app on each box. Provides
great stability.

One limitation on the number of jrun instances on windows is the
maximum limitation in jre of 1gb memory (from memory this is the limit
- could be more perhaps) allocation to Java. So if each take 250mb of
ram, then you are limited at 4 instances.

On 6/12/07, James Smith [EMAIL PROTECTED] wrote:
 so would you recomend one server with multiple jrun instances or multiple
 virtual servers with one on each?

 On 11/06/07, Brad Wood [EMAIL PROTECTED] wrote:
 
  To answer one of your many questions.  You will need CF Enterprise. Once
  you have obtained the appropriate license for each physical server (and
  all their processors) you can add as many CF instances as you want.
  Each of them belonging to one big cluster or several smaller clusters.
  You name it-- there are no restrictions on the number or configuration
  of your clusters.
 
  There are several adobe technotes and blogs about setting up clusters.
  I found most of them through people on this list and Google though I
  don't remember there being any one definitive document that answered all
  my questions.
 
  ~Brad
 
 
  Also, what is the licencing requirement for this, I am aware I can use
  the same copy of Windows Server in multiple virtual machines but will
  each one require it's own CF licence or can they share a licence since
  they run on the same processor(s)?
 
  --
  Jay
 
 
 
 
 

 

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280892
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Server Cluster

2007-06-12 Thread Dave Watts
 One limitation on the number of jrun instances on windows is 
 the maximum limitation in jre of 1gb memory (from memory this 
 is the limit - could be more perhaps) allocation to Java. So 
 if each take 250mb of ram, then you are limited at 4 instances.

That limit is per-instance. Each instance runs within a separate JVM. So, if
you could allocate 4 GB of RAM to your instances, you could run 4 instances,
each with 1 GB.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

This email has been processed by SmoothZap - www.smoothwall.net


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280919
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Server Cluster

2007-06-11 Thread Brad Wood
To answer one of your many questions.  You will need CF Enterprise. Once
you have obtained the appropriate license for each physical server (and
all their processors) you can add as many CF instances as you want.
Each of them belonging to one big cluster or several smaller clusters.
You name it-- there are no restrictions on the number or configuration
of your clusters.

There are several adobe technotes and blogs about setting up clusters.
I found most of them through people on this list and Google though I
don't remember there being any one definitive document that answered all
my questions.  

~Brad


Also, what is the licencing requirement for this, I am aware I can use
the same copy of Windows Server in multiple virtual machines but will
each one require it's own CF licence or can they share a licence since
they run on the same processor(s)?

--
Jay




~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280699
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Server Cluster

2007-06-11 Thread Dave Watts
 I am thinking of setting up a virtual cluster to run our 
 website for reliability reasons. Does anyone have any good 
 documentation (preferably in a PDF or other offline readable 
 format) in the form of a beginners guide to CF clusters?

There's plenty of stuff in the documentation itself, as well as Adobe
Devnet.

 Also, what is the licencing requirement for this, I am aware 
 I can use the same copy of Windows Server in multiple virtual 
 machines but will each one require it's own CF licence or can 
 they share a licence since they run on the same processor(s)?

Actually, you can't just use the same copy of Windows Server in multiple
virtual machines. Microsoft has a VM licensing calendar here:
http://www.microsoft.com/windowsserver2003/howtobuy/licensing/calculator.msp
x

As for CF, though, it's licensed per two physical processors, so there's no
limitation as far as installing it into multiple VMs. However, if your goal
is purely reliability of your site, instead of using multiple VMs you might
just want to set up multiple instances of CF within a single physical OS
instance per physical server.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

This email has been processed by SmoothZap - www.smoothwall.net


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280701
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Server Cluster

2007-06-11 Thread James Smith
so would you recomend one server with multiple jrun instances or multiple
virtual servers with one on each?

On 11/06/07, Brad Wood [EMAIL PROTECTED] wrote:

 To answer one of your many questions.  You will need CF Enterprise. Once
 you have obtained the appropriate license for each physical server (and
 all their processors) you can add as many CF instances as you want.
 Each of them belonging to one big cluster or several smaller clusters.
 You name it-- there are no restrictions on the number or configuration
 of your clusters.

 There are several adobe technotes and blogs about setting up clusters.
 I found most of them through people on this list and Google though I
 don't remember there being any one definitive document that answered all
 my questions.

 ~Brad


 Also, what is the licencing requirement for this, I am aware I can use
 the same copy of Windows Server in multiple virtual machines but will
 each one require it's own CF licence or can they share a licence since
 they run on the same processor(s)?

 --
 Jay




 

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280703
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Server Cluster

2007-06-11 Thread James Smith
 Actually, you can't just use the same copy of Windows Server in multiple
 virtual machines. Microsoft has a VM licensing calendar here:
 http://www.microsoft.com/windowsserver2003/howtobuy/licensing/calculator.msp
 x

Good catch, I would have missed that.

 As for CF, though, it's licensed per two physical processors, so there's no
 limitation as far as installing it into multiple VMs. However, if your goal
 is purely reliability of your site, instead of using multiple VMs you might
 just want to set up multiple instances of CF within a single physical OS
 instance per physical server.

So I can have as many instances as I like so long as they are all on
the 2 processors, that may be a better option then since reliability
and up time is my only concern here.

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280704
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Server Cluster

2007-06-11 Thread Brad Wood
I would definitely recommend having multiple JRUN instances of CF on a
single OS.  If you have crazy code it's just going to take down one
instance.  Generally I don't think CF servers crash due to OS
instability.  Why waste the overhead of windows times 5?

~Brad

-Original Message-
From: James Smith [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 11, 2007 4:44 PM
To: CF-Talk
Subject: Re: Server Cluster

so would you recomend one server with multiple jrun instances or
multiple
virtual servers with one on each?

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280709
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Server Cluster

2007-06-11 Thread Brad Wood
I guess that being said, I should add that for true high availability
and fail-over you would want to have at least 2 physical servers in some
sort of load-balanced config in case of a hardware failure.  Note that
in a cluster (which can include instances across multiple physical
servers) your JRUN connectors provide (non-aware) balancing between a
web server (IIS/Apache) and your cluster (application server).  If you
have multiple web servers you still will need some sort of
load-balancing between your users and them.  

I guess at some point you have to ask yourself if you are just looking
for an easy way to distribute your processing or if 99.999% uptime and
fail over for every single possible single point of failure is a
requirement.

~Brad

-Original Message-
From: Brad Wood [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 11, 2007 5:15 PM
To: CF-Talk
Subject: RE: Server Cluster

I would definitely recommend having multiple JRUN instances of CF on a
single OS.  If you have crazy code it's just going to take down one
instance.  Generally I don't think CF servers crash due to OS
instability.  Why waste the overhead of windows times 5?

~Brad

-Original Message-
From: James Smith [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 11, 2007 4:44 PM
To: CF-Talk
Subject: Re: Server Cluster

so would you recomend one server with multiple jrun instances or
multiple
virtual servers with one on each?



~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280711
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Server Cluster

2007-06-11 Thread Brad Wood
Dang it-- I keep thinking of addendums...

To clarify, when I said that JRUN clusters are non-aware I meant they
don't/can't distribute load based on things like CPU utilization, free
memory or other application/OS metrics.  
JRUN clustering IS smart enough however to know if an instance is up or
down. Other than that, it is just round robin variants.  You have to go
to hard ware balancing to get granular control over that other stuff.

~Brad

-Original Message-
From: Brad Wood [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 11, 2007 5:33 PM
To: CF-Talk
Subject: RE: Server Cluster

I guess that being said, I should add that for true high availability
and fail-over you would want to have at least 2 physical servers in some
sort of load-balanced config in case of a hardware failure.  Note that
in a cluster (which can include instances across multiple physical
servers) your JRUN connectors provide (non-aware) balancing between a
web server (IIS/Apache) and your cluster (application server).  If you
have multiple web servers you still will need some sort of
load-balancing between your users and them.  

I guess at some point you have to ask yourself if you are just looking
for an easy way to distribute your processing or if 99.999% uptime and
fail over for every single possible single point of failure is a
requirement.

~Brad

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280712
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4