Road to Grails 2.3: Forked Execution • GRAILS.IO
In previous versions of Grails everything we did has been in-process. In other words, when you run something like ‘grails run-app’ the Tomcat container would live in the same JVM process as the ‘grails’ command. Likewise if your run ‘grails test-app’ the tests are run in the same process as the ‘grails’ command via Road …