Template:Short description {{#invoke:Infobox|infobox}}Template:Template other{{#invoke:Check for unknown parameters | check | showblankpositional=1 | unknown = Template:Main other | preview = Page using Template:Infobox software with unknown parameter "_VALUE_"|ignoreblank=y | AsOf | author | background | bodystyle | caption | collapsetext | collapsible | developer | discontinued | engine | engines | genre | included with | language | language count | language footnote | latest preview date | latest preview version | latest release date | latest release version | latest_preview_date | latest_preview_version | latest_release_date | latest_release_version | licence | license | logo | logo alt | logo caption | logo upright | logo size | logo title | logo_alt | logo_caption | logo_upright | logo_size | logo_title | middleware | module | name | operating system | operating_system | other_names | platform | programming language | programming_language | released | replaced_by | replaces | repo | screenshot | screenshot alt | screenshot upright | screenshot size | screenshot title | screenshot_alt | screenshot_upright | screenshot_size | screenshot_title | service_name | size | standard | title | ver layout | website | qid }}Template:Main other Xitami is a Web and FTP server, originally developed by iMatix Corporation as a free, open-source product from 1996 to 2000. It ran as a single process with a small footprint. It was not as fast as the fastest servers but scaled well. It supported several web application protocols and was very portable. It also had a web interface to configure the web/FTP server.

In 2009, iMatix launched a new version of Xitami, called X5 (Xitami/5).

iMatix, developer of XitamiEdit

iMatix is a firm that produced free software applications, such as the ZeroMQ high performance message library, the OpenAMQ AMQP messaging service, Libero, the GSL code generator. Hintjens was CEO and chief software designer for it.

HistoryEdit

iMatix started the original Xitami server in 1996 as a demonstration of its "SMT" multithreading technology for building protocol servers. The name was chosen at the last minute when the developers realized that their original choice ("Cosmos") had already been taken by another web server that no longer exists.<ref>Liberetto newsletter Template:Webarchive, December 1996</ref> "Xitami" is "iMatix" spelled backwards.

Xitami was featured in an April 1997 article in Dr. Dobb's Journal.<ref>A portable multithreaded webserver (Dr. Dobb's Journal, 1 April 1997)</ref> The web server attracted people looking for a fast but simple web/FTP server, mainly on Microsoft Windows.

Xitami was designed to be portable, and was ported to Windows, Linux and other Unices, OpenVMS, BeOS, and OS/2. All non-portable functionality was encapsulated in a library layer called SFL (the "standard function library"). SFL was a free and open source project and was used fairly widely in other such projects. In 1999, the Apache web server adopted a similar approach to portability for Apache2, building the Apache Portable Runtime (APR).

The Xitami team continued to add features until mid-2000 when development of the server stopped except for security updates. In 2008 multiple printf vulnerabilities were reported in the final release of Xitami/2.5.<ref>Security Advisory B013 - Xitami Web Server v2.5c2 Multiple Vulnerabilities Template:Webarchive</ref>

X5Edit

In January 2009 iMatix announced the start of a new Xitami project, version 5, called X5.<ref>Announcement of Xitami/5 (X5) project Template:Webarchive</ref> This uses the latest generation of iMatix's multithreading technology (Base2), making Xitami scalable to multiple cores, while remaining small, and simple. iMatix has stated that it is "designed to handle thousands of connections without difficulty" which makes it ready for long polling, in which client connections remain open for extended durations. Windows binaries for X5 were released in February 2009 and X5 was used for the first time to run the iMatix Live Zyre website. X5 shares the same technical framework as iMatix's OpenAMQ message service.

X5 is written in ANSI C99, using a meta-programming approach called "Model Oriented Programming".<ref>Model oriented programming technology</ref> X5 was presented at FOSDEM 2009 as consisting of 3,457 lines of meta-meta code.<ref>FOSDEM 2009 presentation Template:Webarchive</ref> X5 uses APR in place of SFL, and has been run on Windows, Linux, AIX, Solaris, and OpenVMS.

See alsoEdit

ReferencesEdit

Template:Reflist

External linksEdit

Template:Web server software