I am instantiating the VB6 Com object from an ASP page.
The COM object is easy.. It counts to 2000000 (For loop) and returns the
time it finished. (Simple test)

I run the ASP page 3-4 times and I can see in MTS Explorer is queuing the requests vs.
doing them together. VFP6(Visual FoxPro) can do all of them at the same time
and MTS' Explorer will show that..
Please give me an example or point me in the right direction. I need to have
many instances running at a time.. (MultiThread Type)

PS I know that it uses the same threading as VFP!!

Thanks.
Christian Waldron