[Mono-dev] mod_mono webservice issue

Gonzalo Paniagua Javier gonzalo at ximian.com
Thu Apr 13 19:53:03 EDT 2006


On Thu, 2006-04-13 at 18:19 -0400, Mike Glenn wrote:
> I've run into a small issue that I'm not sure how to proceed with.
> 
> When calling a Web Service from within a web application I receive the following
> error:
> 
> System.Threading.ThreadAbortException
> in <0x00000> <unknown method>
> in (wrapper managed-to-native)
> System.Object:__icall_wrapper_mono_thread_interruption_checkpoint ()
> in (wrapper managed-to-native) System.Threading.WaitHandle:WaitOne_internal
> (intptr,int,bool)
> in <0x00034> System.Threading.WaitHandle:WaitOne (Int32 millisecondsTimeout,
> Boolean exitContext)

By default there's a 90 seconds timeout for processing ASP.NET requests.
Your page is exceeding that time (either the web service is too slow or
the page is) and is getting aborted.

-Gonzalo





More information about the Mono-devel-list mailing list