Dashboard > Penrose > ... > Penrose 0.9.9 Penrose Server User Guide > Penrose 0.9.9 Polling Connector Module
Penrose 0.9.9 Polling Connector Module
Added by Endi S. Dewata, last edited by Endi S. Dewata on Jan 25, 2006  (view change)
Labels: 
(None)


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.

Site running on a free Atlassian Confluence Open Source Project License granted to Safehaus. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.4 Build:#809 Jun 12, 2007) - Bug/feature request - Contact Administrators