Penrose 0.9.9 Polling Connector Module

Introduction

Polling Connector Module monitors the datasource for any changes, then update Penrose caches immediately. This way the entries in Penrose can be kept synchronized with the datasources.

Configure Persistent Cache

To use polling connector you need to enable Persistent Cache.

Polling Connector Module

Edit PENROSE_SERVER_HOME\conf\modules.xml:

<modules>

  <module name="Polling Connector">
    <service-class>org.safehaus.penrose.connector.PollingConnectorModule</module-class>
    <parameter>
      <param-name>interval</param-name>
      <param-value>...</param-value>
    </parameter>
  </module>

</modules>

Parameters:

Parameter Description Default
interval Polling interval (in seconds). 5

See also Modules.