Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Workflow Production Recommendations

Updated: 23 May 2010 | 1 comment
chrisfreckmann's picture
0 0 Votes
Login to vote

I'm getting ready to build our production environment for advanced workflow.  Is there a best practice or Architecture document that I could use to design.  Many of the install documents I've seen in the forums describe how to setup a lab/test area, but I want to make the build scalable.  Advanced users, please respond with how you built your system to get peak performance in your production enviornment.

discussion Filed Under:

Comments

yliquor's picture
27
May
2009
0 Votes 0
Login to vote

We currently have 3

We currently have 3 environments.  All 3 are connected to SQL Server clusters.
A Build environment with one workflow server.   (Developers move code from their laptops to this server to do unit testing.) 
A Certification environment with two workflow servers, a load balancer in front of the workflow servers.  (QA team moves code to this group of servers to run test plans.)
A Production environment with two workflow servers, a load balancer in front of the workflow servers.  (Deployment teams moves code to these server for production deployment.)

There are some tweaks to IIS that I have made.  We are talking about putting portal on it's own server, when we start to use it heavier.  We will add servers to the prod environment as our processess grow.

Does that help at all?