Quick Info
bug reports: sourcehut
source code: git
twitter: caudiumweb
about
About Caudium
Monday, 16 April 2012 by Admin User Caudium is a GPL-ed (free for commercial and personal use) web application server written in Pike and in C. It is originally based on the Roxen Challenger 1.3 code base and early versions provided a drop-in replacement that resolved a number of issues with the Roxen 1.3 product. Now at version 1.4, Caudium is an attractive alternative to servers like Apache, Netscape and Zeus due to its strength in dynamic page and data generation, modularity and more. Performance Caudium is a non-forking monolithic web server. Most web servers, like Apache 1.3, fork processes to keep up with demand, creating a less scalable solution when a sudden burst of traffic hits your web site. An optional multi-threaded mode further increases performance especially when dealing with dynamically generated pages. Templating Caudium allows you to create site templates without much ado. You have several tools to aid you in that process:- RXML - a HTML-like markup language.
- macros that can be defined either by the site designer or a programmer
- possibility to embed Pike code in your page to perform more complicated tasks or computations
No comments | Post a Comment | RSS Feed | BackLinks |