Bug 35869

Summary: [resources] Finer grained workspace locking
Product: [Eclipse Project] Platform Reporter: Michael Valenta <Michael.Valenta>
Component: ResourcesAssignee: Platform-Resources-Inbox <platform-resources-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3 Keywords: investigate
Version: 2.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on:    
Bug Blocks: 34906    

Description Michael Valenta CLA 2003-03-31 10:43:51 EST
I'm not sure if you already have a request for this but...

It would be nice if Eclipse could have finer grained workspace locking. Even at 
the project level would be a big improvement as this would allow users to 
perform, for example, team operations on one project but continue to work on 
another while the operation completes in the background (i.e. separate thread) 
(see bug 34906).
Comment 1 John Arthorne CLA 2003-07-24 14:37:23 EDT
Not planning on introducing finer grained locks because this is deadlock prone.
 Resource scheduling rules can now be used for locking finer-grained portions of
the workspace in a deadlock-safe manner.  Resource scheduling rules are
currently in branch "Bug_36957" but should soon be migrating to HEAD.