Ticket #8 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

Lazy loading of directory contents when daemon is restarted

Reported by: mlandauer Assigned to: mlandauer
Priority: major Milestone: milestone1
Component: Daemon Version:
Keywords: optimisation Cc:

Description

It would be more efficient to only load the directory information when the daemon is restarted. With that it can tell if a directory has been updated. If that's the case, only then should it load the old contents of the directory from the database.

This would make the daemon startup (after a reboot for instance) much faster at the cost of increased communication back and forth between the server and the database

Change History

12/04/06 12:59:09 changed by mlandauer

  • milestone set to milestone1.

12/18/06 11:34:45 changed by mlandauer

  • status changed from new to closed.
  • resolution set to fixed.

Done. Used ActiveRecord? magic to accomplish the task.