Simon Wadsworth
2005-11-08 11:18:03 UTC
Hi
I have a server enviroment that performs back-end batch processing. A
controlling server posts http requests to a 10-server nlb cluster. Whichever
of the cluster servers handles the message will then start the batch process.
All is well.
These batch processes can also start other batches, or in the event of an
error rerequest the failed job, using the same http-request to the nlb
mechanism. Howerver, when a server within the nlb posts to the nlb IP address
the request always comes back to the server doing the posting.
I can understand this as it would probably see the nlb address as "itself"
and simply "go local".
My question is, is there any way of getting a server with the farm to post
back via the nlb address so that the request can be handled by ANY of the
servers in the farm?
I have a server enviroment that performs back-end batch processing. A
controlling server posts http requests to a 10-server nlb cluster. Whichever
of the cluster servers handles the message will then start the batch process.
All is well.
These batch processes can also start other batches, or in the event of an
error rerequest the failed job, using the same http-request to the nlb
mechanism. Howerver, when a server within the nlb posts to the nlb IP address
the request always comes back to the server doing the posting.
I can understand this as it would probably see the nlb address as "itself"
and simply "go local".
My question is, is there any way of getting a server with the farm to post
back via the nlb address so that the request can be handled by ANY of the
servers in the farm?