http://www.openacs.org/ Uses the [AOLServer] web server with embedded TCL 8.3 interpreter: Multithreaded, automatically caches interpreted code for speed. Has builtin, easy to use hooks to connect to databases like [Oracle], [Sybase], [PostgreSQL]. OpenACS is a web toolkit built on top of [AOLServer]. It has a strong community-oriented focus, with emphasis on bulletin boards (aka message forums), news, classifieds, as well as ecommerce functionality. It has a very strong templating system as well. Users: greenpeace.org[http://www.greenpeace.org/], openacs.org[http://www.openacs.org/], www.travelerstales.com (most functionality hidden in admin pages)[http://www.travelerstales.com/], www.pps.org [http://www.pps.org/] . Probably the most popular and most customized site is photo.net [http://photo.net/] The precursor to OpenACS is ACS, the [arsDigita] Community System. There we have the connection to [Philip Greenspun], the operator of photo.net, and author of two books about database backed websites in which he uses the beginnings of ACS as his examples. ---- See SysAdmin magazine, Feb 2003, pages 41-45 for the article "The OpenACS E-Commerce Solution", by [Rafael Calvo] and [Mark Aufflick]. See a series of articles on OpenACS (and also Zope), by [Reuven Lerner] in Linux Journal, starting in issue 101. http://linuxjournal.com/article.php?sid=6164 (At the Forge: Introducing AOLserver) http://linuxjournal.com/article.php?sid=6223 (At the Forge: OpenACS) http://linuxjournal.com/article.php?sid=6275 (At the Forge: OpenACS Packages) http://linuxjournal.com/article.php?sid=6337 (At the Forge: Creating OpenACS Packages) http://linuxjournal.com/article.php?sid=6377 (At the Forge: OpenACS Templates) ---- I've written a binding that allows you to run OpenACS code using Tom Poindexter's [FastCGI] library. http://www.jsequeira.com/projects/portable.nsd/ It doesn't yet support the full OpenACS toolkit, but by avoiding unsupported API calls you should be able to write high performance web applications in TCL that run under either AOLServer or Apache. (7oct2003 [JJS]) ---- [Category Application] | [Category Internet]