Hi Team,
Thank you for building python-pdk. I'm evaluating it for a SaaS AI workflow platform where we need low-latency, isolated Python execution node.
Traditional solutions like Docker or other containers have cold start times that are unacceptable for our requirements.
Our current approach involves spawning independent Python processes per request. However, this incurs significant overhead and makes guaranteeing isolation difficult.
So we believe WASM is an ideal fit to solve the cold start and isolation issues.
However, our users frequently rely on libraries like numpy that require native methods. Could you kindly share why this is currently unsupported and if there are any plans to enable it in the future?
Hi Team,
Thank you for building python-pdk. I'm evaluating it for a SaaS AI workflow platform where we need low-latency, isolated Python execution node.
Traditional solutions like Docker or other containers have cold start times that are unacceptable for our requirements.
Our current approach involves spawning independent Python processes per request. However, this incurs significant overhead and makes guaranteeing isolation difficult.
So we believe WASM is an ideal fit to solve the cold start and isolation issues.
However, our users frequently rely on libraries like numpy that require native methods. Could you kindly share why this is currently unsupported and if there are any plans to enable it in the future?