It's pooled for the life of the application pool, which in turn is dependent
on the life of the .NET process. As far as I know, you can't control that
pool. You shouldn't be controlling that pool either since it is tied to
servicing requests.Why do you think you need to do this?
--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley
<> wrote in message
news: oups.com...
> Hey All,
>
> My subject says it all. I'd like to control how long the instance of
> my HttpHandler is pooled, but I'm not sure how and I can't find
> anything about it. Is it possible? If so, how?
>
> Thanks a lot!!
>
> - chris
>