You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: