JITA And Object Pooling
- From: "Ram" <SternR@xxxxxxxxx>
- Date: 27 Jul 2005 05:33:30 -0700
Hey,
I have a ServicedComponent that is configured to support Object Pooling
and Just In Time Activation.
I have the following code that uses my ServicedComponent:
Public Sub Test()
dim objSC as MyServicedComponent
objSC = New MyServicedComponent
objSC.Method()
End Sub
Oridnary I would call DisposeObject to release the object, but since
this object is JITA, should I call DisposeObject or not?
Thanks ahead
--Ram
.
- Follow-Ups:
- Re: JITA And Object Pooling
- From: Tomas Restrepo \(MVP\)
- Re: JITA And Object Pooling
- Prev by Date: Re: Unable to cast COM object of type
- Next by Date: Re: JITA And Object Pooling
- Previous by thread: Enterprise Services and Workgroup Mode
- Next by thread: Re: JITA And Object Pooling
- Index(es):