{ vertx run vertcle1.groovy} {container.deployVerticle("verticle1.groovy"}
What happens in the background when these two statements are executed?
The first command starts another JVM
2nd verticle loading in a separate classloader, but inside the current vertx process