I'm wondering where I can configure how many requests my Grails application handles at the same time. I wonder if I can configure directly the embedded tomcat in this way. Or is there somewhere in the Grails configs I can change the setting of this? I'm trying to configure this because I feel a significant delay when there are multiple, like 3, requests coming in at the same time.
I'm using Grails 2.4.4. My controllers are all in default scope (I didn't manually configure it as singleton or session) and my actions are all in closure format.
Appreciate your advice!