Skip to content

Try to replace subprocesses with DRb similar to Rails #19

@ilyazub

Description

@ilyazub

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions