Opened 18 years ago

Closed 18 years ago

#256 closed enhancement (fixed)

Filter updates to the Job.ProgressReporterImpl

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: BASE 2.0 RC2
Component: core Version:
Keywords: Cc:

Description

This progress reporter reportes progress from plugins to the database allowing a user to see the progress on the web interface. The implementation updates the database on every call to the display() and append() methods, relying on plugins to not call these methods to often.

It would be good if the implementation was such that it ignore the method calls if not enough time has passed since the last update to the database. This avoids unncesserary database calls and removes one problem from the plugin implementations.

Change History (2)

comment:1 by Nicklas Nordborg, 18 years ago

Milestone: BASE 2.0 RC2
Status: newassigned

comment:2 by Nicklas Nordborg, 18 years ago

Resolution: fixed
Status: assignedclosed

(In [2310]) Fixes #256: Filter updates to the Job.ProgressReporterImpl

Note: See TracTickets for help on using tickets.