Bug 3254

Summary: Indexer - Should nest index source retrieval in IWorkspaceRunnable (1GD7J6F)
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M1   
Hardware: All   
OS: All   
Whiteboard:

Description Philipe Mulet CLA 2001-10-10 22:52:04 EDT
Currently, source index jobs are copying the source to index in memory until they will run. We should instead retrieve it dynamically, using an IWorkspaceRunnable
lightweight operation to do so.

We accept the fact that deleting such a resource might be impossible since the indexer accesses it at the same time, but an operation should deal with this.

NOTES:

PM (5/7/2001 6:54:26 PM)
	This would solve: 1G794RJ: ITPJCORE:WIN2000 - Indexing large amounts of source caused OutOfMemory

JBL (5/9/2001 2:53:10 PM)
	Cannot use an IWorkspaceRunnable for now since this saves the workspace every 10 calls.

JBL (6/18/2001 2:39:34 PM)
	We now read the source as needed. However we still don't use an IWorkspaceRunnable.
	Need to see if this still saves the workspace every 10 calls.
Comment 1 Philipe Mulet CLA 2001-10-12 07:34:53 EDT
Closing
Comment 2 DJ Houghton CLA 2001-10-23 23:53:06 EDT
PRODUCT VERSION:
SDK 0.103