Skip to content

Software Architecture

pieterb edited this page Mar 19, 2012 · 2 revisions

EPIC Software Architecture

See also:

Overview

The server runs the following software:

In addition, a placeholder for the website is provided by publicfile running under tcpserver from ucspi-tcp

Software stack

Software Stack

The Handle System server process has full access to the handle database.

The EPIC process uses the Handle System server to query and modify the handle data. In addition the EPIC server had read-only access to the handle database for queries that cannot be done through the Handle System API or that are too slow.

Scripts for the profile feature are executed in a separate sandbox process without special permissions. This means that scripts have read-only access to handle data.

Clone this wiki locally