[Mono-devel-list] Timeout exception

Daniel Demus daniel at demus.dk
Thu Aug 28 11:01:40 EDT 2003


On Thu, 2003-08-28 at 16:14, Sandra Fernandes wrote:
> Hi,
> 
> I've been facing a problem in my remoting tests...
> I installed version 0.26 and now I am not reaching the
> server anymore.
> I get a timeout exception.
> 
> I wrote a small remoting test to show you what I am
> trying to do...
> 
> Could anyone give a look and try to help me?
> Thanks...

I had a problem with async http requests, where the threadpool was
written such that it was the same thread that initiates the request and
then blocks while waiting for a response, as the one that was supposed
to create a new thread to perform the request. This was using XSP.

This was in 0.25, and I now see that ThreadPool has been moved to the
runtime, where I am a tad more lost.

Daniel Demus




More information about the Mono-devel-list mailing list