欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
AsyncWeb
(→Links) |
|||
第6行: | 第6行: | ||
==Links== | ==Links== | ||
− | *http://asyncweb.safehaus.org/ | + | *[http://asyncweb.safehaus.org/ AsyncWeb Homepage] |
− | * | + | *[http://docs.huihoo.com/asyncweb/ AsyncWeb开源文档] |
− | + | ||
[[Category:Web Server]] | [[Category:Web Server]] | ||
+ | [[Category:HTTP]] |
2010年9月15日 (三) 10:39的版本
AsyncWeb is a high-throughput, non blocking Java HTTP engine - designed throughout to support asynchronous request processing
AsyncWeb (built on top of the excellent Apache MINA network framework) employs non-blocking selector driven IO at the transport level, and is asynchronous thoughout - from the initial parsing of requests, right through to and including the services implemented by users. AsyncWeb breaks away from the blocking request / response architecture found in todays popular HTTP engines. This allows it to be highly scalable and capable of supporting very high throughput - even in high processing latency scenarios. A simple API allows new asynchronous services to be created easily - and out-of-the-box Spring integration allows them to be configured simply and with great flexibility. In addition to "endpoint" HTTP services, AsyncWeb also allows configurable "chains" of behaviour - enabling "filter" like behaviour to be applied to all requests. Pluggable "resolvers" map incoming requests to their target HTTP service - and are given access to the entire incoming request - allowing the routing possibilities to be very flexible.