Jump to content

Au3stripper Multithread Usage


Recommended Posts

Hi

I 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 Regards

Dennis

 

 

Link to comment
Share on other sites

  • Developers

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 by Jos

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...