Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Mirror behaviors seen in Python multiprocessing #84

Open
@apoorvkh

Description

@apoorvkh

There are certain behaviors in standard Python multiprocessing that we don't explicitly see in our library (although you could wrap launch() in such utilities).

For example: starting a "server" that runs in the background (#65), running launch() commands in parallel (e.g. evaluate 8 datasets in parallel on 8 GPUs) like a Pool, Pipes that would permit "yielding" objects from running processes (#54), and so forth.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions