-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Concurrency control for hosted scripts needs to be system wide #56
Comments
Fixed in v3.25.1: https://github.com/oleg-shilo/cs-script/releases/tag/v3.25.1.0 Now concurrency of hosted execution is controlled by |
The release note was inaccurate. Corrected now. |
I confirm that running the same script in parallel instances of my hosting application now perfectly works :-) Once more, thanks for fixing! Also thanks for confirmation and correction of the release notes. By the way, there's a "\Source\ReleaseNotes.txt" which I think is obsolete, as it only covers information up to v3.8.8.1. So, as far as I can tell, this #56 as well as 'Issue 3' of #50 have been resolved :-) |
Thank you, closing it now... |
Triggered by #50 (Issue 3)
CSScript.GetCompilerLockName()
should use system wide Mutex based on source/compiled script location. Currently it is based on combination of Process.ID and script location.The text was updated successfully, but these errors were encountered: