Skip to content
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

two servers of same lid at the same time connect #42

Open
SkyperTHC opened this issue Oct 21, 2022 · 0 comments
Open

two servers of same lid at the same time connect #42

SkyperTHC opened this issue Oct 21, 2022 · 0 comments

Comments

@SkyperTHC
Copy link
Member

SkyperTHC commented Oct 21, 2022

race condition where both try to spawn and 1 fails because the other got there first...(and the failing one should have done docker-exec instead of docker-run). would need mutex/semaphore but not sure we can give a damn.

equally it can happen that 2nd container sees that docker-run is already started and then tries docker-exec but the started one gets killed by the destructor.sh before docker-exec kicks in. Do we care and mutex it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant