Quarkus vs. Wildfly - The RAM Perspective

Поделиться
HTML-код
  • Опубликовано: 17 сен 2024
  • quarkus.io (hotspot and native) vs. wildfly.org - memory consumption of the same application (MicroProfile Config, JSON-B, JAX-RS, CDI) deployed on both runtimes.
    See you at: workshops.adam-...

Комментарии • 4

  • @TheArtiston
    @TheArtiston 2 года назад

    Is it possible to build a large app in quarkus (Like we usually do with Spring, Wildfly, RoR...) without microservices and kubernetes?

    • @kevinfleischer2049
      @kevinfleischer2049 Год назад

      you mean with large a monolyth?
      I guess nothing stops you from doing it. The biggest advantage of Quarkus is its low footprint and quick startup, which makes it ideal for container use cases. The monolyths I know of, are "start once, run forever" types. There the only advantage that quarkus brings is the "developer joy" part. But thats not to be ignored.

  • @bauer8888
    @bauer8888 4 года назад

    Hi Adam, nice video!
    I created a similar automatic performance test project, comparing Quarkus with Payara Micro and visualizing the results (memory, CPU and time to first request) in diagrams.
    github.com/rmh78/quarkus-performance
    Your approach using Apache benchmarking tool looks interesting to me.

    • @bienadam
      @bienadam  4 года назад

      Looks good! Thanks for the link