0

I need some light about vert.x and kumuluzee.

As far I've been able to figure out:

Can this extension be used in order to solve C10k problem on a kumuluzee service?

By other hand, kumuluzee is using jetty implementation in order to handle http requests. Jetty implements a servlet engine model that I don't quite figure out how it can be "merged" with vert.x core.

Jordi
  • 20,868
  • 39
  • 149
  • 333

1 Answers1

0

The extensions runs an instance of Vert.x inside the KumuluzEE framework, so all of the Vert.x features should be available out of the box.

Žan Ožbot
  • 215
  • 2
  • 7