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

Make set_transaction functions inter-process mutex #942

Open
mdblack98 opened this issue Jan 23, 2022 · 0 comments
Open

Make set_transaction functions inter-process mutex #942

mdblack98 opened this issue Jan 23, 2022 · 0 comments
Milestone

Comments

@mdblack98
Copy link
Contributor

Better threading support if we make set_transaction functions in misc.c use named mutexes to provide inter-process locking.
This will make threading safer on network-based rigs.
It may also allow serial port sharing since we can lock a write/read transaction across processes.
Hopefully this works on windows too -- will have to test.

@mdblack98 mdblack98 added this to the 4.5 milestone Jan 23, 2022
mdblack98 added a commit that referenced this issue Jan 23, 2022
@mdblack98 mdblack98 modified the milestones: 4.5, 4.6 Feb 28, 2022
@mdblack98 mdblack98 modified the milestones: 4.6, 4.7 Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant