IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 3, 2010, 4:38:26 PM (16 years ago)
Author:
bills
Message:

Add timestamp and poll interval to pstampDataStore. Don't poll for new
requests at each data store unless the time since the last poll is greater
than the requested interval
Add label to pstampDataStore. Use it to set label for requests.
Support -label in the query modes of pstamptool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/pxadmin_create_tables.sql

    r27149 r27175  
    12691269        state VARCHAR(64),
    12701270        lastFileset VARCHAR(64),
     1271        timestamp  DATETIME,
     1272        label VARCHAR(64),
    12711273        outProduct VARCHAR(64) UNIQUE,
    12721274        uri VARCHAR(255),
     1275        pollInterval INTEGER DEFAULT 60,
    12731276        PRIMARY KEY(ds_id),
    12741277        KEY(ds_id)
Note: See TracChangeset for help on using the changeset viewer.