It may be useful to have independent processes handling py package to avoid namespace pollution. This is an optional feature and we can still have the current one to eases the operational cost because creating a new process increases the cost.
My idea is to create a binary which talks some protocol using stdin/out and perform RPC on it. This solution might also increase the performance.
It may be useful to have independent processes handling py package to avoid namespace pollution. This is an optional feature and we can still have the current one to eases the operational cost because creating a new process increases the cost.
My idea is to create a binary which talks some protocol using stdin/out and perform RPC on it. This solution might also increase the performance.