G
Guest
Hi all,
I got a serious urgent issue about COM+ component access. The thing is:
I developed a component(called comA) using VB, and another component(called
comB) using VB.NET, both of them are in same COM+ application. The
concurrency setting is Required for them. From asp(or asp.net) page, I call
comA which calls comB. For single user, the application runs perfect. If
there are 5 users access same asp page concurrently, sometimes it's ok,
sometimes some users got time out error. If there are more than 10 users, it
will fail most of the time. I checked COM+ applicaiton from MMC, found the
number of In Call of comA and comB is not 0, instead it remains 3, or5, or 8
forever. I need get this applicaiton to production, could anyone give me a
hand.
Thanks.
william
I got a serious urgent issue about COM+ component access. The thing is:
I developed a component(called comA) using VB, and another component(called
comB) using VB.NET, both of them are in same COM+ application. The
concurrency setting is Required for them. From asp(or asp.net) page, I call
comA which calls comB. For single user, the application runs perfect. If
there are 5 users access same asp page concurrently, sometimes it's ok,
sometimes some users got time out error. If there are more than 10 users, it
will fail most of the time. I checked COM+ applicaiton from MMC, found the
number of In Call of comA and comB is not 0, instead it remains 3, or5, or 8
forever. I need get this applicaiton to production, could anyone give me a
hand.
Thanks.
william