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

OpenACS system

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

Popular tags

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

No registered users 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.