sanInc

Results 3 comments of sanInc

not sure if these would help , cant upload whole JFR due to organization policy. ![image](https://github.com/eclipse-vertx/vert.x/assets/6418718/a768ecd9-ecd3-406d-b6ed-30b34e495702) ![image](https://github.com/eclipse-vertx/vert.x/assets/6418718/c3af294f-d905-4f6a-b0de-5fffa851ea03) ![image](https://github.com/eclipse-vertx/vert.x/assets/6418718/c36001b0-a874-4115-b08a-844cd02f4d96)

` public class BootStrapp{ public static Vertx getVertx(){ } private static Vertx vertx; public static void main(String [] args){ vertx = Vertx.vertx(); DepolymentOptions options = new DeploymentOptions(). setThreadingModel(ThreadingModel.VIRTUAL_THREAD; //setThreadingModel(ThreadingModel.EVENT_LOOP; vertx.deployVerticle(MainVerticle.class.getName(),options,res->{...

![image](https://github.com/eclipse-vertx/vert.x/assets/6418718/e1d6666f-fa81-4f56-b7c3-513e1b19eb0c) This call sequence is not there in Eventloop model. is this causing performance issue ?