Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Vorto » Undertow vs tomcat vs jetty(Using Undertow server within Vorto)
Undertow vs tomcat vs jetty [message #1724835] Fri, 26 February 2016 12:37 Go to next message
Nagavijay Sivakumar is currently offline Nagavijay SivakumarFriend
Messages: 11
Registered: August 2015
Junior Member
Undertow is lightweight flexible performant web server written in java, providing both blocking and non-blocking API's based on NIO.

High Performance:
Here are few links which shows performance benchmarks.
http:==bayou.io/draft/Comparing_Java_HTTP_Servers_Latencies.html
http:==blog.arungupta.me/undertow-benchmarks-wildfly/

Some of high level Features:
Servlet 3.1
Embeddable
Flexible
non-blocking IO

Its possible to do Datasource configuration
https:==docs.jboss.org/author/display/WFLY8/DataSource+configuration?_sscc=t

Spring Easy integration:
https:==docs.spring.io/spring-boot/docs/current/reference/html/howto-embedded-servlet-containers.html#howto-use-undertow-instead-of-tomcat

What are the other things to consider inorder to migrate Vorto repository and Vorto generators from tomcat to undertow?

Any comments/Feedback?

(Please Note: Replace : == to // in the urls. Because the site doesn't allow to post the urls.)

[Updated on: Fri, 26 February 2016 12:38]

Report message to a moderator

Re: Undertow vs tomcat vs jetty [message #1725363 is a reply to message #1724835] Thu, 03 March 2016 02:56 Go to previous messageGo to next message
Alexander Edelmann is currently offline Alexander EdelmannFriend
Messages: 39
Registered: January 2015
Member
Hi Vijay,

I see no issue of supporting undertow instead of tomcat or jetty as long as it provides the same stability.
The benchmarks you mentioned look pretty promising compared to tomcat and even jetty, as I always thought jetty is already very lightweight and fast for a http container but you proofed me wrong Smile

Can you please raise a bugzilla issue for that in Vorto ? We can look into it further.

Thank you for the hint!

Cheers, alex
Re: Undertow vs tomcat vs jetty [message #1725462 is a reply to message #1725363] Thu, 03 March 2016 16:27 Go to previous message
Nagavijay Sivakumar is currently offline Nagavijay SivakumarFriend
Messages: 11
Registered: August 2015
Junior Member
Hi Alex,
Yes, I too found its better than jetty vs tomcat on my initial study.
It eliminates proxies/reverse proxies, virtual hosting etc and other apache http server settings within the application itself as a property configuration. Since it would be easy when Vorto repository and generators are dockerized.

WIll create an issue to keep tracking of this in bugzilla.

Vijay
Previous Topic:Does Vorto work on Mars?
Next Topic:Vorto Meta Model Discussion
Goto Forum:
  


Current Time: Thu Apr 18 01:10:41 GMT 2024

Powered by FUDForum. Page generated in 0.01689 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top