Re: [DOTNET] object pooling

2002-06-26 Thread Marsh, Drew
Jeff Mangan [mailto:[EMAIL PROTECTED]] wrote: > well, it's more of a concern of how much overhead is involved > and what is more efficient, the overhead of creating new > objects each time, or the overhead of using > System.EnterpriseServices in general ( to use object > pooling). I do not know

Re: [DOTNET] object pooling

2002-06-26 Thread Jeff Mangan
t; >-Original Message- >From: Jeff Mangan [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, June 26, 2002 2:43 PM >To: [EMAIL PROTECTED] >Subject: Re: [DOTNET] object pooling > >well, it's more of a concern of how much overhead is involved and what >is >more efficient,

Re: [DOTNET] object pooling

2002-06-26 Thread Ron Jacobs
PROTECTED]] Sent: Wednesday, June 26, 2002 2:43 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] object pooling well, it's more of a concern of how much overhead is involved and what is more efficient, the overhead of creating new objects each time, or the overhead of using System.EnterpriseServic

Re: [DOTNET] object pooling

2002-06-26 Thread Jeff Mangan
well, it's more of a concern of how much overhead is involved and what is more efficient, the overhead of creating new objects each time, or the overhead of using System.EnterpriseServices in general ( to use object pooling). I do not know about it enough, so I am reading Derek Beyer's book "C# C

Re: [DOTNET] object pooling

2002-06-26 Thread Marsh, Drew
Jeff Mangan [mailto:[EMAIL PROTECTED]] wrote: > We are interested in using object pooling, and it looks like > the only thing I have found is using > System.EnterpriseServices and Com+. Is this enough > justification for using it, or how can we determine if there > will be more overhead in using

[DOTNET] object pooling

2002-06-26 Thread Jeff Mangan
We are interested in using object pooling, and it looks like the only thing I have found is using System.EnterpriseServices and Com+. Is this enough justification for using it, or how can we determine if there will be more overhead in using System.EnterpriseServices then we will have by instantia