In ruby, if muliple HTTP request comes for single action/method then how ruby handles each and every request?
I don't know exactly, I heard that java uses multi thread concept. Is ruby uses the same or anything else? If it uses to create process for every request then this thing eat the cpu process.