simserver.SimServer.__init__

SimServer.__init__(basename, use_locks=True)[source]

All data will be stored under directory basename. If there is a server there already, it will be loaded (resumed).

The server object is stateless in RAM – its state is defined entirely by its location. There is therefore no need to store the server object.