reactpy icon indicating copy to clipboard operation
reactpy copied to clipboard

Multiprocessing-safe SharedClientServer

Open Archmonger opened this issue 3 years ago • 0 comments

Current Situation

SharedClientServer is currently not multiprocessing safe.

Proposed Changes

Assess different implementations for getting something that is multiprocessing safe.

Implementation Details

May want to consider funneling everything through Redis.

Alternatively, we could use a separate process and funnel data between child processes via pipes or HTTP.

Archmonger avatar Jan 10 '22 02:01 Archmonger