reactpy
reactpy copied to clipboard
Multiprocessing-safe SharedClientServer
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.