[Mono-list] Is there still interest in a custom thread pool for XSP?

Gonzalo Paniagua Javier reply.to.the.list.iam.suscribed@notexists.ximian.com
Sat, 23 Apr 2005 22:43:32 -0400


On Thu, 2005-04-21 at 23:27 -0700, Rafael Ferreira wrote:
> Hey guys, 
> 
> I've been working on a simple - but functional - ThreadPool
> implementation that could be made to work with XSP is there still
> interest in pursuing such idea?

Not really. The bulk of the load on xsp is already handled by
System.Threading.ThreadPool (ASP.NET uses it) and with the recent
changes in socket asynch. IO there's a lot less pressure on that
threadpool.

Thanks.

-Gonzalo