> What is a good rule of thumb as to how many jrun/CFMX > instances you need? > > We have one instance that handles all our web sites, > should I break it down and split the sites amongst > several instances?
This is a good question. I don't know if there's any rule of thumb. One of the advantages of running multiple instances is that it allows you to provide a more robust environment - one bad instance doesn't cause problems with the other instances. So, you might identify which applications are more likely to cause trouble, and run them in separate instances. Or, you might identify which applications are more important to you, and run those in separate instances, or both. In addition, you can run multiple instances as a cluster of sorts, so that an application is still available even if one of the instances fails. I would think that in this case, you'd only run two instances for each application - if you have stability problems that would indicate you need more, you'd probably be better off identifying and fixing those problems, rather than expending the necessary resources for additional instances. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

