I have a website which does heavy duty statistical computing on server. When the number of jobs requests from web are high the server becomes very slow. Is there any way that I can limit the number of jobs to server from my website. For example just allow 5 jobs to run at a time and other requests get in queue. I have no idea about networking or queuing