| biztalker 2004-11-29, 5:51 pm |
| does the following paragraph hold true even with a joined-configuration of
multiple biztalk servers?
****************************************
********************
It seems compelling to specify a file receive folder on a remote server that
can be used by more than one BizTalk Server as a file receive folder, in
order to provide a simple load-balancing scenario on a file receive.
However, a race condition may arise in cases of heavy load that causes some
messages to be locked and orphaned. A symptom of this is “File Not Found”
errors appearing in the Application Event Log as one server tries to receive
files that are already being received by another server. Therefore, it is
not recommended to try to load balance file receive locations unless you have
a compelling reason to make it work.
****************************************
********************
|