Skip to content

Concurrent processing #11

@keithlayne

Description

@keithlayne

I'm sure we could have fun running Promise.all(<7000 things>).

I don't have experience with node and doing this kinda thing. Obviously when shelling out there are lots of processes, and that's one thing, but I imagine something like #-of-processors concurrent jobs would probably be a good starting point.

Maybe there's already something that's a perfect drop-in for node for this. I don't know if something like workers makes sense, or just run async off a work queue.

We could probably wrangle sqlite into a acting as a queue, looks like it does data change callbacks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions