Home
The Toolkit for Online Communities
13265 Community Members, 1 member online, 2656 visitors today
Log In Register

OpenACS system

OpenACS Home : xowiki : OpenACS system
Search · Index
Previous Month February 2010
Sun Mon Tue Wed Thu Fri Sat
31 1 2 3 (1) 4 5 (1) 6
7 (1) 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 1 2 3 4 5 6

Popular tags

ad_form , ADP , ajax , aolserver , asynchronous , bgdelivery , bugtracker , COMET , cvs , debian , emacs , FreeBSD , includelets , install , installation , installers , javascript , libthread , linux , monitoring , nginx , osx , patches , performance , postgres , pound , redhat , selenium , ssl , stuff

1 registered user in community xowiki
in last 30 minutes

Contributors

OpenACS.org

OpenACS system

OpenACS is a n-tier architecture web application toolkit built on these software components:

  1. OpenACS toolkit openacs-subsystem
  2. an interpretive, markup language tcl
  3. a robust, http server aolserver
  4. a mature, relational database management system (RDMS) postgresql or oracle that follows the SQL standard (Why not MySQL?) and uses a procedural language (PL/SQL or PL/pgSQL).
  5. unix-like operating system os-nix

And works well with minimum hardware requirements (docs-install).

Chart Showing the parts of OpenACS

OpenACS System Chart

The blue dotted line hints at the path of a dynamic page request --from client to server and back. Each of the subsystems on the left can be directly accessed by a page request, whereas the database is only indirectly accessible. The arrows represent the pools of database connections that help manage queries --one of the key reasons that OpenACS performs well.