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 to Grails 2.3: Forked Execution • GRAILS.IO.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.