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

Try to replace subprocesses with DRb similar to Rails #19

Open
ilyazub opened this issue Jan 28, 2022 · 0 comments
Open

Try to replace subprocesses with DRb similar to Rails #19

ilyazub opened this issue Jan 28, 2022 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@ilyazub
Copy link
Collaborator

ilyazub commented Jan 28, 2022

Rails uses DRb when tests are parallelized with processes. Ref.

Try to replace Open3.popen3 with DRb and share results here. Probably it'll require a complete rewrite but there's not that much code.

I'm most interested in comparing file-based IPC & JSON-formatted messages with what DRb provides.

@ilyazub ilyazub added enhancement New feature or request question Further information is requested labels Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant