On Apr 1, 2005 2:31 PM, Jason Sheedy <[EMAIL PROTECTED]> wrote: > 1. Clustering CF7 between 2 physical servers, web1 and web2 > 2. Using windows NLB to handle the webserver load balancing > 3. Using windows distributed file system to replicate the web root between > the two servers. ... > Has anyone got any bright ideas?
If you're generating the file in CF's web root, enable sticky session on the JRun cluster. If you generating the file elsewhere, enable sticky session on both the NLB and the JRun cluster. Another good reason to use sticky session (others include not needing to use session replication - which cuts down network traffic - and being able to rely on session scope for CFCs and therefore not need the evil client scope). -- Sean A Corfield -- http://corfield.org/ Team Fusebox -- http://fusebox.org/ Got Gmail? -- I have 50, yes 50, invites to give away! "If you're not annoying somebody, you're not really alive." -- Margaret Atwood --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
