AOLserver

From Wikipedia, the free encyclopedia
AOLserver
Original author(s)NaviSoft
Developer(s)AOL
Stable release
4.5.1 / February 2, 2009; 15 years ago (2009-02-02)
Preview release
4.5.2RC0
Repository
Written inC, Tcl
Operating systemCross-platform
TypeWeb server
LicenseAOLserver Public License / MPL / GNU GPL
Websiteaolserver.github.io Edit this at Wikidata

AOLserver is AOL's open source web server. AOLserver is multithreaded, Tcl-enabled, and used for large scale, dynamic web sites.

AOLserver is distributed under the Mozilla Public License.[1]

AOLserver was originally developed by NaviSoft under the name "NaviServer", but changed names when AOL bought the company in 1995. Philip Greenspun convinced America Online to open-source the program in 1999.[2]

AOLserver was the first HTTP server program to combine multithreading, a built-in scripting language, and the pooling of persistent database connections. For database-backed Web sites, this enabled performance improvements of 100× compared to the standard practices at the time of CGI scripts that opened fresh database connections on every page load. Eventually other HTTP server programs were able to achieve similar performance with a similar architecture.

AOLserver is a key component in the Open Architecture Community System (OpenACS) which is an advanced open-source toolkit for developing web applications.

In September 2007, a port of AOLserver for the iPhone was made available and later forked under the name "Joggame Server". This fork is described on its SourceForge project page as being a spin-off of AOLserver for devices.[3]

NaviServer (also hosted on SourceForge) is a fork of AOLserver.

See also[edit]

References[edit]

External links[edit]