Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Equinox/Meeting Minutes/20110221

Attendees

  • Tom
  • John R.
  • Ian


Agenda

  • Bundle Pools and locking
  • OSGi API for R4.3 core.

Bundle Pools

  • File level locking on artifacts repositories
  • Ian investigated using the Location service to create a new Location
    • does not use the root of eclipse for locking purposes
    • for any operation that updates the artifact repo does a lock and load
    • using file timestamps at the moment. Some issues if there is many fast writes to disk
    • What about reading. Right now only checks timestamp to see if read cache is correct.
      • Do we need to lock here?
    • covered in bug 301903

Back to the top