J
Joseph
Hi,
I have 2 web services (WS1 and WS2). The sessionstate of WS1 is InProc and
the sessionState of WS2 is Off. WS1 is calling a web method on WS2 from 2
different threads (i.e. WS1 triggered from 2 different sessions on different
browsers) simultaneously. However, the called web method on WS2 is running
on the same thread. Is it possible to make the web method on WS2 to run on
different threads?
thanks.
Joseph
I have 2 web services (WS1 and WS2). The sessionstate of WS1 is InProc and
the sessionState of WS2 is Off. WS1 is calling a web method on WS2 from 2
different threads (i.e. WS1 triggered from 2 different sessions on different
browsers) simultaneously. However, the called web method on WS2 is running
on the same thread. Is it possible to make the web method on WS2 to run on
different threads?
thanks.
Joseph