The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

biovel-nbc

Naturalis implementations of BioVeL services.

Contributors

Aims

The Merger service

Inputs

Output

URL API

The Extractor service

Inputs

Output

Service deployment

We deploy the services as mod_perl handlers, which means that for synchronous services (i.e. everything is done in one request/response cycle) no forking is done at all. For asynchronous servers, the service class doesn't have to keep track of its session: the superclass keeps track of serializing and de-serializing the job object between requests.

Links