Hi
I was wondering if anybody had come across this before:
I have a transaction setup in MTS (components written in visual foxpro), and call a method of one of the components which kicks it all off.
I have found however, that if I call a DCOM exe (on the server) from my client, which in turn calls the MTS component the transaction is approx 200% faster, so, using a 'middle man', so to speak, actually improves speed over calling the components in MTS directly.
I think that it will be to do with marshalling the objects across the network to the local machine that is slowing down the direct connection to MTS, the middleman object only has to talk to a process on the same machine.
Has anybody else encountered this?
Thanks
fruityBoy
I was wondering if anybody had come across this before:
I have a transaction setup in MTS (components written in visual foxpro), and call a method of one of the components which kicks it all off.
I have found however, that if I call a DCOM exe (on the server) from my client, which in turn calls the MTS component the transaction is approx 200% faster, so, using a 'middle man', so to speak, actually improves speed over calling the components in MTS directly.
I think that it will be to do with marshalling the objects across the network to the local machine that is slowing down the direct connection to MTS, the middleman object only has to talk to a process on the same machine.
Has anybody else encountered this?
Thanks
fruityBoy