Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem in accessing MTS Component parallely from 2 or more asp c lients,can any one reply quickly

0 views
Skip to first unread message

gmuthiah

unread,
Oct 18, 2000, 3:00:00 AM10/18/00
to

Hello Sir,
I have developed an MTS Component Which contains 4 methods and 4
properties.This MTS dll works fine with a vc test client .Even when i
try to run more vc clients parallely with different datas it works
perfectly,for i hope i am using create dispatch in clients so it creates
a new instance and gives different datas to the MTS dll and works
perfectly.But When i try to call the same dll from asp client ,what
happens is in IIS 5.0 it just increments the reference count of the
MTSobject,and uses the same address pointer for all asp clients that are
running parallely,so i get the same result in all asp page.I tried
various ways by changing the properties of the dll in MTS ,the property
of the asp page in iis nothing seemed to work,can any one tell me what
exactly is the problem and the possible fix for that ???

Also I tried to fix this by creating a wrapper MTS component to the
already existing component,for i think if we create new instances
obviously we will be getting different datas.
But the object context returned a null value so that i was not able to
call create instance with the object context.
thankyou
Ganesan Muthiah


0 new messages