mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 11:16:27 +02:00
increase execution time, lift cpu cap, updated docs
This commit is contained in:
parent
35ddde0106
commit
eec7ec26fa
9 changed files with 10 additions and 14 deletions
|
@ -38,7 +38,9 @@ various privilege escalation, denial-of-service, and resource saturation threats
|
|||
#### Performance
|
||||
One thing that needs investigation is how to spawn containers faster. The Docker daemon is synchronous in its
|
||||
container spawning. This means the bottleneck for code execution is how fast containers can start. Environments
|
||||
vary, but, in ours they start at a rate of no more than 1 per second.
|
||||
vary, but, in ours they start at a rate of no more than 1 per second. One possibility is Docker in Docker where by
|
||||
X number of containers stay running all the time and then requests are delivered to each in a round robin and spawn
|
||||
new Piston containers.
|
||||
|
||||
#### License
|
||||
Piston is licensed under the MIT license.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue