--- Brad Wilson <[EMAIL PROTECTED]> wrote: > However, if you use Windows Load Balancing, my understanding is that the > multiple machines all appear as one large, single machine to the outside > world. In that scenario, I'm not sure how/if you could move the request to > another machine. In reality, you'd probably have to use another session data > scenario if using Microsoft's load balancing system. (BTW: I've never run > the MS load balancing stuff, so this is all hear-say to me, and I could very > well be extremely wrong :)
They all share a virtual IP address as well as their real IP address. (Together they form one big virtual server.) Thus, you could redirect to any one using it's real IP address. You can't, as far as I know, move HTTP requests around, since that all happens at a higher level than the NLB algorithms. By the time the HTTP request is being dealt with the NLB stuff is over with. You might be able to use some kind of reverse proxy to achieve whatever you want, although it may involve a bit of coding at socket level. Peter __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.