开源高性能的Web服务器,Bauk HTTP Server 2.0.22 发布

jopen 11年前
   <a href="/misc/goto?guid=4958524115756245336" target="_blank"><b>Bauk</b> </a>是一个免费,开源,高性能的Web服务器。它提供了一些高级特性比如:为类似于ASP的脚本    <a href="/misc/goto?guid=4958524115853772867">Server-Side JavaScript</a>,    <a href="/misc/goto?guid=4958524115938592612">PHP</a>,    <a href="/misc/goto?guid=4958524115938592612">Perl</a>,    <a href="/misc/goto?guid=4958524115938592612">Python</a> and    <a href="/misc/goto?guid=4958524115938592612">Tcl</a>提供运行环境,支持大部分Unix类操作系统如(Linux, *BSD and POSIX-compliant OS's),易于安装和管理,安全,可配置,高效和灵活等。   <p class="mainh4"><b>拥有具体特性:</b></p>    <ul class="p2m">     <li><span style="font-weight:bold;">Extreme Speed</span> — Bauk provides higher performance for both static and dynamic content than any other Web server. For example, it's more than 3 times faster than Apache in same tasks. See our <a href="/misc/goto?guid=4958524116061804864">Benchmarks</a>, and <a href="/misc/goto?guid=4958524116151289152">BaukBench HTTP/1.1 benchmark tool</a> and compare/verify yourself. Bauk has it's reputation with a reason</li>     <li><span style="font-weight:bold;">Single-Process Architecture</span> — Architecture with most effective resource utilization. Uses only a single process</li>     <li><span style="font-weight:bold;">Low Resource Consumption</span> — Bauk can use as little as 10% of system resources compared to Apache in a same configuration and usage pattern. For example, a typical Linux instance consumes around 2MB of memory. Can you say this is efficient? Suitable for dedicated and VPS servers</li>     <li><span style="font-weight:bold;">Advanced Memory Management</span> — Bauk always returns memory to system. Does not hold unused memory but returns it to system for further use. Ie. you can notice Bauk process returns to initial size as it releases memory. This is advanced and unique Bauk feature which allows agressive and most effective usage of memory. Set 20MB for FileCache and observe the beast do it's work</li>     <li><span style="font-weight:bold;">Static and Dynamic Content</span> — Bauk provides complete ASP-like scripting environment for Server-Side JavaScript, PHP, Perl, Python and Tcl. Ie. easy just like working with HTML files, scripts placed in Web directory automatically executed by Web server/interpreter. This page you are viewing, and entire Bauk Web site, is powered by <a href="/misc/goto?guid=4958524115853772867">Bauk/GromJS Server-Side JavaScript</a>. See <a href="/misc/goto?guid=4958524116238810399">Bauk Forum app</a> and <a href="/misc/goto?guid=4958524116321819786">other sites powered by Bauk/GromJS|PHP</a></li>     <li><span style="font-weight:bold;">Unlimited simultaneous HTTP connections / clients</span> — Serves any number of simultaneous HTTP connections on a single machine/system without any performance penalty</li>     <li><span style="font-weight:bold;">Unlimited Virtual Hosts</span> — Serves any number of Virtual Hosts on a single machine/system without any performance penalty</li>     <li><span style="font-weight:bold;">Dynamic Virtual Hosts</span> — Add/remove hosts on-the-fly simply by adding/removing a directory, ie. www.domain.com → /path/to/www.domain.com/ without server stopping/restarting</li>     <li><span style="font-weight:bold;">RDP (Reverse Domain Path) Dynamic Virtual Hosts</span> — Ie. www.domain.com → /path/to/com/domain/www/</li>     <li><span style="font-weight:bold;">OS Support and Portability</span> — Linux and *BSD 32bit/64bit. Bauk requires no configuration, compiles on all systems out of the box in a single "make bauk" command. No dependancies to chase, versions, etc.</li>     <li><span style="font-weight:bold;">Easy & Intuitive Management</span></li>     <li><span style="font-weight:bold;">Stylish / Fancy Package</span></li>     <li><span style="font-weight:bold;">Security</span></li>    </ul>    <p>Bauk HTTP Server 2.0.22 发布,该版本包含一些新特性和性能的优化,增加对服务器端 JavaScript 和 PHP 的支持,完善了文档和一些新工具。</p>