DennisChristensen Posted August 14, 2015 Share Posted August 14, 2015 HiI am attempting to use au3stripper in my mutithreaded build setup. I am calling it from the commandline (via ShellExecuteEx) from multiple threads. It appears that au3stripper is not multithread safe. Perhaps its just a matter of all instances writing to the same log file (Au3Stripper.Log)?Can you point me in the direction of a possible solution?Best RegardsDennis Link to comment Share on other sites More sharing options...
Developers Jos Posted August 14, 2015 Developers Share Posted August 14, 2015 (edited) It is indeed not build to run multiple time and create the log file, but thought I had fixed it in a way for now that only the first instance would generate the log.What is the issue you are having?EDIT: made a simply fix by just adding a sequence-number to the name in case the file is locked: au3stripper_x.log. Let me know if the new Beta works for you.Jos Edited August 14, 2015 by Jos DennisChristensen 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
DennisChristensen Posted August 18, 2015 Author Share Posted August 18, 2015 Hi Jos Thanks. It appears to be working. Best regardsDennis Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now