G
Guest
I am now working on a project where a requirement is the autogeneration of
web service (asmx) files that will be located on a network drive to be shared
by multiple load balanced web servers. I am wondering what the implications
are for concurrency issues if one web server in the farm generates the WSMX,
then another web server in the farm receives an initial request that causes a
compile of the WSMX and while the web service is being compiled, a third web
server makes a request to that same .asmx page. Sounds to me like we may
have problems but I am wondering what people think of this arrangement.
web service (asmx) files that will be located on a network drive to be shared
by multiple load balanced web servers. I am wondering what the implications
are for concurrency issues if one web server in the farm generates the WSMX,
then another web server in the farm receives an initial request that causes a
compile of the WSMX and while the web service is being compiled, a third web
server makes a request to that same .asmx page. Sounds to me like we may
have problems but I am wondering what people think of this arrangement.