Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Clustering and CF9 Standard?

Engaged ,
Jan 08, 2010 Jan 08, 2010

Hi,

I have a couple of questions that I was hoping to get answered around ColdFusion 9 and clustering.  Currently, we run CF8 and IIS on the same box with a dedicated db server and serve up about 10 applications.  We are starting to look at clustering and I wanted to know:

1. With CF 9 Standard, can we setup clustering?  Our apps have session vars and we want to use sticky sessions but I'm unsure if we can do that just with CF9 Standard.

2. Does CF play well with VMware? If so, does anyone have any success stories around Virtualizing CF?

Thanks,

TOPICS
Advanced techniques
414
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Jan 10, 2010 Jan 10, 2010
LATEST

1. No, you can not set up clustering in CF Standard. You could set up multiple servers and let a load balancer handle the distributio of requests over the servers, but then you do not have session failover. This may meet your requirements. Or not.

2. It works just fine. I can't remember when I set up CF for the last time on a non VMware system.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources