Hi, dear all.
I am trying to use sqplus in multi-thread program.
When there are two thread access SquirrelVM at the same time, the program will be crashed.
Because of the design purpose, all thread will access SquirrelVM frequently, I can't lock thread and wait it done, it will cause performance down.
Do the any suggestion or any other way can solve my problem?
Thanks.