zoukankan      html  css  js  c++  java
  • Why Choose Jetty?

    https://webtide.com/why-choose-jetty/

    Why Choose Jetty?

     

    The leading open source app server available!

    When you need the strongest possible combination of power, performance, solutions, and support, you need Eclipse Jetty.

    Jetty is an open source HTTP Server and Servlet Container. Since it’s creation Jetty has prided itself on size, speed and scalability.  Jetty was originally developed in 1994 and in the 20+ years since has seen significant growth and development as technology has advanced and web servers have become more sophisticated. Jetty has been a leader or been among the first movers on many significant innovations: HTTP/1.1, asynchronous servlets, Comet, WebSocket, SPDY, and now HTTP/2.0. This dedication to innovation allows teams to rapidly react to the ever-changing web landscape to retain and increase market share for their applcations.

    Unlike other web server packages, Jetty has a remarkably small footprint. While Jetty is available as a standard distribution, it can also be implemented inside existing Java code giving developers the ability to implement only the portions of Jetty they need. This allows both developers and administrators to deploy Jetty in their environments without worrying about unwanted overhead or memory usage. A small memory footprint also allows you to run more instances of the server on virtual hardware, which is often memory constrained, making Jetty very cloud friendly.

    Jetty has been designed for scalable performance under realistic loads of many simultaneous connections. Jetty can achieve excellent results with many tens of thousands of HTTP connections and hundreds of thousands of simultaneous WebSocket connections. These benchmarks have been developed using real applications under realistic load and have been validated by real users achieving the same results in production environments.

    The team behind Jetty also understands the need for stability. When new protocols or features are introduced they are initially done so as optional features in the current release versions; they are then made part of the core fucntionality in the next major release. For example, when browser support was rolled out for WebSocket and SPDY through 2011 and 2012, Jetty 7 and Jetty 8 included support for these as optional extras. As a response, we simultaneously re-architected Jetty 9 to build these important technologies built into the core server, not just as adjuncts. This approach allows your development team to experiment and innovate with new features without subjecting your application to a major version upgrade.

    To help organizations speed their development and deployment of Jetty, Webtide offers premium services. These services range from training and custom development to developer support and production services. The Jetty Experts at Webtide have helped countless organizations to be successful with Eclipse Jetty.

    Interested? Contact us, and let’s talk.

  • 相关阅读:
    python基础知识的重点面试题
    初入SG-UAP
    sg-uap常用注解介绍
    Git简介
    Docker 阿里云镜像加速
    Elasticsearch 读时分词、写时分词
    Java 显示调用隐式调用
    SecureFX中文目录乱码问题解决方案
    Linux 防火墙遇到的问题
    Docker Gitlib创建项目后仓库连接IP地址不一致问题(包括进入docker中容器命令及退出命令)
  • 原文地址:https://www.cnblogs.com/rsapaper/p/10082888.html
Copyright © 2011-2022 走看看