Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" 
for change notification.

The following page has been changed by OlegKalnichevski:
http://wiki.apache.org/HttpComponents/HttpComponentsCoreReleaseProcess

------------------------------------------------------------------------------
  <http://hc.apache.org/>
  
  About HttpComponents Core -
+ HttpCore is a set of low level HTTP transport components that can be used to 
build 
- The HttpCore components implement the most fundamental aspects of the
- HTTP protocol. They are nonetheless sufficient to develop basic client
- side and server side HTTP services with a minimal footprint and no
+ custom client and server side HTTP services with a minimal footprint. 
HttpCore supports 
- external dependencies. HttpCore NIO extensions can be used to build
- asynchronous HTTP services based on non-blocking I/O model capable of
- handling a great number of simultaneous connections with just a few I/O
- threads.
+ two I/O models: blocking I/O model based on the classic Java I/O and 
non-blocking, 
+ event driven I/O model based on Java NIO.  The blocking I/O model may be more 
appropriate 
+ for data intensive, low latency scenarios, whereas the non-blocking model may 
be more 
+ appropriate for high latency scenarios where raw data throughput is less 
important than 
+ the ability to handle thousands of simultaneous HTTP connections in a 
resource efficient 
+ manner.
  }}}
  
  == Post-release JIRA admin tasks ==

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to