Hi guys, I've got a bit of a complex issue here with clustering. Be patient while I lay it all out for you.
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. The problem exists when the client's request are coming through web1, but is actually handled by coldfusion server on web2. The client trys to preview a flashpaper document. It's generated as a temporary file and embedded in the html page. However, it comes up blank because the clients browser is trying to get the file from web1 when it's actually generated on web2. The reason it's breaking is because it takes a couple of seconds for the file to replicate over to web1 where the request is originating, but by that time the client browser has given up trying to pull the file down. I thought of pushing the file up with cfcontent, but that won't allow me to embed the flash object inside the page. I thought of pushing it up into a popup window to preview, but the dhtml involved is all kinds of nastyness... Has anyone got any bright ideas? Jason Sheedy --- 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/
