| Has anyone tried running multiple Arc processes to serve a web app? I'm not very familiar with a continuation based approach, but it would seem that it would necessitate using session affinity to route an HTTP request to the proper Arc process containing the continuation. I use Apache with mod_proxy_balancer currently, and it does support "sticky sessions", so I think that would allow Apache to sit in front of multiple Arc processes and ensure that all requests from the same browser are routed to a single Arc process. Any thoughts or experiences? |