Ram,
> Does the number of connections affects the performance of my serviced
> component?
It shouldn't (at least not too bad, those will be taken care of by the GC).
> If not, does is affect it at all?
> And about not reusing the client side references to the object - I have
> an ASP.Net web app that uses my JITA enabled serviced component on each
> postback to the server.
> How can I reuse the connection?
You reuse the connection by using the same client side proxy reference you
had to do another call after the object has been deactivated; when you do
that, COM+ automatically activates another object and attaches it to the
connection you had, transparent to the caller.
That said, you can't use a single one in a static variable for all your
calls...

Signature
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/
Ram - 16 Aug 2005 19:05 GMT
Tomas I'm sorry for the big delay, but I just want to tell you a HUGE
thanks!
You'v made clear what a few books and more than a couple of MS support
guys couldnt explain...
So again, thanks for "helping the community at times of need" ;)
Yours
Ram
Tomas Restrepo (MVP) - 17 Aug 2005 00:43 GMT
Ram,
> Tomas I'm sorry for the big delay, but I just want to tell you a HUGE
> thanks!
> You'v made clear what a few books and more than a couple of MS support
> guys couldnt explain...
> So again, thanks for "helping the community at times of need" ;)
Hey, I'm happy to help :)

Signature
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/