Peter,

So do I need to implement IObjectControl to get object pooling even if I
am using the <ObjectPooling(True)> attribute on the class definition?

Also,
Any thoughts on the Dispose() suggestion?

Thanks

Alan

-----Original Message-----
From: Peter Foreman [mailto:[EMAIL PROTECTED]]
Sent: 19 April 2002 11:58
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Serviced Components and New()


--- Alan Williams <[EMAIL PROTECTED]> wrote:
> Should I be implementing IObjectControl as a matter of course or only
if
> I want to capture some of the events?

Only if you need it:
- You need to do something special at activation or deactivation
- You want to pool your objects

Peter

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

You can read messages from the DOTNET archive, unsubscribe from DOTNET,
or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to