You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Ernie Rael (Jira)" <ji...@apache.org> on 2020/02/07 19:18:00 UTC

[jira] [Comment Edited] (NETBEANS-2785) Make NIO2 File Watcher Implementation as Default

    [ https://issues.apache.org/jira/browse/NETBEANS-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032603#comment-17032603 ] 

Ernie Rael edited comment on NETBEANS-2785 at 2/7/20 7:17 PM:
--------------------------------------------------------------

For Windows, this change causes NETBEANS-3769. I'll queue up a PR to position WindowsNotifier to 150.

 


was (Author: errael):
For Windows, this change causes NETBEANS-3769. I'll queue up a PR to position WindowsNotifier to 150.

Also note, that this change did not make NIO the watcher used on MAC OSX. After this change, the service provider positions are

MAC 100
NIO 200
WIN 400
LINUX 500

So the native mac watcher is used, not NIO. Not sure if that was the intention.

Change:

changeset: 3048:91a82938a86c
user: Laszlo Kishalmi <la...@gmail.com>
date: Mon Jul 29 22:08:09 2019 -0700
summary: [NETBEANS-2785] Move NIO2 File Watcher implementation in front of the platform dependent ones, makin it default. (#1349)

 

> Make NIO2 File Watcher Implementation as Default
> ------------------------------------------------
>
>                 Key: NETBEANS-2785
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2785
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: platform - Filesystems
>            Reporter: Laszlo Kishalmi
>            Priority: Major
>              Labels: Performance, pull-request-available
>             Fix For: 11.2
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> It seems Java NIO2 based file watcher implementation can speed up the IDE startup time and make the IDE a bit snappier overall.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists