Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > IHttpHandler.IsReusable (how long is an instance pooled when IsReusable = true?)

Reply
Thread Tools

IHttpHandler.IsReusable (how long is an instance pooled when IsReusable = true?)

 
 
ChrisMiddle10@gmail.com
Guest
Posts: n/a
 
      04-26-2007
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

 
Reply With Quote
 
 
 
 
Alvin Bruney [MVP]
Guest
Posts: n/a
 
      04-26-2007
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
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Having compilation error: no match for call to ‘(const __gnu_cxx::hash<long long int>) (const long long int&)’ veryhotsausage C++ 1 07-04-2008 05:41 PM
IHttpHandler.IsReusable APA ASP .Net 1 07-03-2008 12:39 PM
IHttpHandler.IsReusable ( when true, how long is an instance pooled? ) ChrisMiddle10@gmail.com ASP .Net 0 04-26-2007 04:22 PM
IHttpHandler.IsReusable bryan@newsgroups.nospam ASP .Net 2 11-23-2005 12:49 PM
What is significance of IsReusable property in IHttpHandler Interface Angrez Singh ASP .Net 1 04-25-2005 04:39 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57