Hi,
Ive got a script that runs a loop. Works great, 90% of the time. There is ONLY 1 instance, Ive created a fake mutex..
Anyway, once in a while, when I try to create or close orders, I get this error several times.. Im not sure how this is posible as there is only one instance of the Script..
Man I hate this thing sometimes.. There are some real weaknesses in this platform.
I am now writing a logging app, a DLL, to take my data and store it into a DB for easy query. Im going to use Firebird, open source server.. For those that havent ever used it, you will never use MySQL again. It rocks.
Anyway.. Im trying to build a rock solid script, but keep coming up with stuff like this..
Ive got a script that runs a loop. Works great, 90% of the time. There is ONLY 1 instance, Ive created a fake mutex..
Anyway, once in a while, when I try to create or close orders, I get this error several times.. Im not sure how this is posible as there is only one instance of the Script..
Man I hate this thing sometimes.. There are some real weaknesses in this platform.
I am now writing a logging app, a DLL, to take my data and store it into a DB for easy query. Im going to use Firebird, open source server.. For those that havent ever used it, you will never use MySQL again. It rocks.
Anyway.. Im trying to build a rock solid script, but keep coming up with stuff like this..