01-25-2019, 05:29 AM
(This post was last modified: 01-25-2019, 05:31 AM by DanBarclay.)
If you think the problem is related to threading problems, what seems to be an easy way to knock that out is to do it in a CGI.
https://github.com/Atozed/IntraWeb/tree/.../CGIRunner
I haven't played with it but have a couple of libs that I don't trust with multithreading and eventually will do this.
As I recall TIWCGIRunner was introduced in 15. Might be worth looking into if you don't find an easier solution. Life is too short for tracing threading problems through a 3rd party lib.
Others may have better suggestions.
More info here: https://www.atozed.com/forums/showthread...60#pid1860
Dan
https://github.com/Atozed/IntraWeb/tree/.../CGIRunner
I haven't played with it but have a couple of libs that I don't trust with multithreading and eventually will do this.
As I recall TIWCGIRunner was introduced in 15. Might be worth looking into if you don't find an easier solution. Life is too short for tracing threading problems through a 3rd party lib.
Others may have better suggestions.
More info here: https://www.atozed.com/forums/showthread...60#pid1860
Dan