Is JVM slowing down for Groovy/Grails app when scan is initiated

19 views
Skip to first unread message

Reshma Raghu

unread,
Jul 16, 2018, 6:10:36 AM7/16/18
to Grails Dev Discuss
Groovy/Grails application is not working on specific time frame,on a daily basis.
It works after multiple refreshing of the page.Also in between each new request ,there is a time gap.Since it is single threaded a new request couldn't start until the one currently used gets complete.

Want to know like,if any scan is initiated will the JVM slows down the Groovy/grails app

Versions used are :

Grails Version = 2.3.11
Groovy Version = 2.1.9
SpringLoaded Version =1.1.3

Jeff Scott Brown

unread,
Jul 16, 2018, 10:17:02 AM7/16/18
to Grails Dev Discuss
If you have a single threaded situation such that the app can only deal
with 1 concurrent request then either you have something misconfigured
in your container or your app is doing something that bottlnecks
multiple concurrent requests into a single blocking point (like calling
some synchronized method/block or something along those lines). A
single concurrent request model is of course not the default behavior of
the framework.



JSB

--
Jeff Scott Brown
OCI Partner and Principal Software Engineer
OCI Grails Practice Lead

Autism Strikes 1 in 166
Find The Cause ~ Find The Cure
http://www.autismspeaks.org/
Reply all
Reply to author
Forward
0 new messages