WSE2127: Operation timed out
hi,
i'm using wse 3.0 , getting 'wse2127: operation timed out' when try invoke several webservices simultaniously on seperate threads (not using asyc methods generated web reference).
this works fine when iis running locallly, when run web application using iis on server error when ever i trying invoke more 2 web services.
any be greatly appreciated.
thanks.
hi,
we receiving same error message. repeatable.
we tried using async methods, multiple threads, each thread contains own wse proxy instance.
it works locally point (about 20 threads or so)....but trying more 2 threads not work when trying access remote server.
we receive wse2127 pretty quickly. (they appeared block on call invokeasync in proxy, not 100% sure)
using synchronous call, got same problem until added critical section locks around call our sync method in proxy.
then worked.
i suspect there thread contention issues coming play mutliple wse3.0 proxy instances.
i can't believe there not more posts on this, anywhere else on visible internet.
if can bring more insight appreciate it.
(as side note, out of desperation created mutliple processes, own proxy instantiations , seemed work fine), can many of until run out of memory...
thanks,
-mark
Archived Forums A-B > ASMX Web Services and XML Serialization
Comments
Post a Comment