This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 29186 - Many DB updater threads
Summary: Many DB updater threads
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 34161
  Show dependency tree
 
Reported: 2002-11-29 22:05 UTC by _ pkuzel
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ pkuzel 2002-11-29 22:05:21 UTC
I have removed some completion datalase using DB
manager. Then I restarted IDE. Many DB updater
threads was started on "background" fully blocking
IDE.
Comment 1 _ pkuzel 2002-11-29 22:14:12 UTC
Huh, now I see that autoupdate flag for most DB databases is set to
true. It looks like setting get broken.. :-(.
Comment 2 Martin Roskanin 2003-01-16 10:04:04 UTC
The issue has been already fixed. 

Now, Parser DB threads are queued, so only one updating thread runs at
a time. Autoupdate flags are disabled after restart.