IEEE-NITK / codeshare

A web-based code editor for real time collaborative editing
3 stars 6 forks source link

Queue for compilation requests #23

Open rohit-mp opened 4 years ago

rohit-mp commented 4 years ago

In the case of multiple incoming requests, to maintain good service for each compilation, it would be good to have a limit on the maximum number of docker containers spawned at any moment of time. This would lead to the requirement of a fifo queue for scheduling the compilation requests.