SessionServer & SessionServerDaemon API

Server implementation for persisting session data

Server

A standalone server that maintains session information.

Server (socketLocation, dbFileName)

Opens a new Unix domain socket at the socketLocation and uses anydbm to persist data in the file dbFileName.

runServer()

Runs the server until signal 2 is caught.

SessionServerDaemon

A script that starts a SessionServer as a Daemon process.

Last Modified: Sun, 01 Feb 2015 10:59:33 CET

Made with PubTal 3.5

Copyright 2021 Colin Stewart

Email: colin at owlfish.com