Skip to content

The documentation on the dbm extension doesn't work #26

Open
@kit-ty-kate

Description

@kit-ty-kate

I wanted to test dbm as a replacement of sqlite for Cumulus and I ran into problem, first the configuration and the documentation is not very explicit and I don't really know what its configuration does exactly (or I didn't look very far).
Second, I tried with the following configuration:

<extension findlib-package="ocsigen.ext.ocsipersist-dbm">
  <store dir="/tmp"/>
  <ocsidbm name="ocsidbm"/>
</extension>

and when I run, I got the following console message:

ocsigenserver: main: Initializing Ocsipersist-dbm
ocsigenserver: main: Launching a new Ocsidbm process: ocsidbm on directory /tmp.
ocsigenserver: main: Launching a new Ocsidbm process: ocsidbm on directory /tmp.

and if I tried to load a page, it loops and gives nothing. If I ^C the process, a zombie process remains and holds the network port.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions