Fork me on GitHub

Jove Application Server

Jove is an application server and site manager for Pyramid web applications that use ZODB. With Jove you can have multiple “sites” in one Python process, sharing a common code base, but each having independent:

  • Pyramid registry
  • Database connection
  • Persistent configuration settings
  • var directory for data

Under Jove, each “site” thinks it is a WSGI application. Jove simply acts as a router that calls the appropriate site.

Contents:

Indices and tables

Table Of Contents

Next topic

Background and Motivations