V
vanisathish
Hi,
I have doubt in implementing COM+ ActiveX Server EXE written in VC++.
These methods will be called from ASP pages. Now simultaneously when
more than 5 users access the method, the response becomes slow because
the access to methods are synchronised by locks inside. Actually these
methods are supposed to return XML DOM objects. Is there any way i can
do object pooling in my ActiveX Server EXE, so that multiple ASP pages
can access the same method simultaneously.?
I have doubt in implementing COM+ ActiveX Server EXE written in VC++.
These methods will be called from ASP pages. Now simultaneously when
more than 5 users access the method, the response becomes slow because
the access to methods are synchronised by locks inside. Actually these
methods are supposed to return XML DOM objects. Is there any way i can
do object pooling in my ActiveX Server EXE, so that multiple ASP pages
can access the same method simultaneously.?