HelixStudio / exec

Yet another code execution engine written in Rust.
Other
5 stars 0 forks source link

Parallel requests are not working #2

Open gouseferoz opened 7 months ago

gouseferoz commented 7 months ago

Hi,

I tried to run two requests at the same time with the C Language and the application stopped responding. Does this application support parallel executions?

Single request at a time in C language is working blazingly fast.

Thanks, Feroz

gouseferoz commented 7 months ago

I can see the parallel executions are working. I was using 1vCPU machine and when running parallel requests, i see the 100% CPU is being used up