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

Support processes for workers #117

Open
varunsh-xilinx opened this issue Jan 25, 2023 · 0 comments
Open

Support processes for workers #117

varunsh-xilinx opened this issue Jan 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@varunsh-xilinx
Copy link
Member

The RTLD_DEEPBIND issue (#111) around Tensorflow shows one issue of using threads where workers must be using compatible libraries to the main server or otherwise it needs workarounds. Another problem of using threads is that if a worker throws an non-recoverable error such as a segmentation fault, the entire server crashes.

Having the ability to run workers as separate processes (could be either/or or a mix of processes and threads) helps alleviate this

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

No branches or pull requests

1 participant