Changeset 1840

Show
Ignore:
Timestamp:
08/15/08 01:47:36 (3 months ago)
Author:
taher
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • web/news.php

    r1370 r1840  
    33 
    44<h1>News</h1> 
     5 
     6 
     7<a name="8"></a> 
     8<div class="blog-entry"> 
     9 <div class="blog-title">Cherokee 0.8.0 "Hard as a rock" released!</div> 
     10 <div class="blog-body"> 
     11<p> 
     12This release ships a whole lot of important improvements; this is the 
     13best Cherokee web server version so far. The overall performance has 
     14been improved while a number of interesting features have been added: 
     15</p> 
     16<p> 
     17Cherokee: 
     18<ul> 
     19 <li>Brand new I/O cache: much faster</li> 
     20 <li>HUGE FastCGI performance improvement (PHP, for instance)</li> 
     21 <li>Graceful restart (upgrade the server binary w/o downtime)</li> 
     22 <li>Transfer-Encoding 'Chunked' support</li> 
     23 <li>X-Sendfile support</li> 
     24 <li>Deflate encoding support</li> 
     25 <li>New GeoIP rule module</li> 
     26 <li>Cherokee-guardian support one-time operations</li> 
     27 <li>Added sendfile() support on OS X</li> 
     28 <li>Added TCP_CORK support on OS X</li> 
     29 <li>A number of tracing goodies have been added</li> 
     30 <li>The server knows how to handle overload state</li> 
     31 <li>Keep-alive management has been improved</li> 
     32 <li>The nn handler has became an error handler</li> 
     33 <li>3xx replies can be Keep-Alive now</li> 
     34</ul> 
     35</p> 
     36<p> 
     37Documentation: 
     38<ul> 
     39 <li>Major documentation enhancement</li> 
     40 <li>Added missing man pages</li> 
     41</ul> 
     42</p> 
     43<p> 
     44Administration interface: 
     45<ul> 
     46 <li>Show only available modules</li> 
     47 <li>The SCGI internal communication port is dynamic</li> 
     48 <li>Virtual Servers can be renamed and cloned</li> 
     49 <li>Virtual Servers have an evaluation order now</li> 
     50 <li>Configuration changes are send automatically</li> 
     51</ul> 
     52</p> 
     53 
     54</div> 
     55 <div class="blog-addinfo">15 August, 7:00pm  </div> 
     56</div> 
     57 
     58 
    559 
    660<a name="7"></a>