Skip to content

Conversation

@Wiguwbe
Copy link

@Wiguwbe Wiguwbe commented Oct 24, 2023

the flag allows to specify the READ/WRITE mode, the values can be
fetched from os module (os.O_RDWR default, os.O_RDONLY, os.O_WRONLY).

With the default value (tested on Fedora 38), two processes can't open
the same queue, failing with EACCESS. (The implementation may not allow two writers)

the flag allows to specify the READ/WRITE mode, the values can be
fetched from `os` module (`os.O_RDWR` default, `os.O_RDONLY`, `os.O_WRONLY`).

With the default value (tested on Fedora 38), two processes can't open
the same queue, failing with `EACCESS`. (The implementation may not allow two writers)
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

Successfully merging this pull request may close these issues.

1 participant