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 183609 - 21s - in both FileUtil.refreshAll
Summary: 21s - in both FileUtil.refreshAll
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
: 183412 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-04-06 22:48 UTC by misterm
Modified: 2010-04-20 08:02 UTC (History)
10 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167658


Attachments
nps snapshot (256.00 KB, application/nps)
2010-04-06 22:49 UTC, misterm
Details
nps snapshot (256.00 KB, application/nps)
2010-04-07 05:13 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2010-04-06 22:48:58 UTC
Build: NetBeans IDE Dev (Build 100403-97deba2209a4)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP
Maximum slowness yet reported was 21859 ms, average is 10703
Comment 1 misterm 2010-04-06 22:49:04 UTC
Created attachment 96821 [details]
nps snapshot
Comment 2 Exceptions Reporter 2010-04-07 05:13:33 UTC
Created attachment 96833 [details]
nps snapshot
Comment 3 Jaroslav Tulach 2010-04-11 08:07:57 UTC
Both attached snapshots contain FileUtil-Refresh-All thread which may block the underlaying operating system (apple painting in one case, reading of preferences in the other).
Comment 4 Jaroslav Tulach 2010-04-12 16:06:16 UTC
*** Bug 183412 has been marked as a duplicate of this bug. ***
Comment 5 Jaroslav Tulach 2010-04-20 08:02:47 UTC
I have a reason to believe that after fixes made (bug 184344, bug 184219), the I/O load of the background thread shall be made much less intrusive. Only time can tell whether it will be enough to prevent this kind of slowness, however.