You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "neilcsmith-net (via GitHub)" <gi...@apache.org> on 2023/04/25 16:30:47 UTC

[GitHub] [netbeans] neilcsmith-net commented on issue #5878: ActiveReferenceQueue floors processor

neilcsmith-net commented on issue #5878:
URL: https://github.com/apache/netbeans/issues/5878#issuecomment-1522089416

   I tested with the provided project.  I cannot replicate the CPU usage / interrupt side of this.  But for every build a new `ActiveQueue.Daemon` thread is created.  These are loaded by a child classloader of `AntBridge$AddJavacClassLoader`. There also seems to be an extra one created by the `CachingArchiveClassLoader` in parsing.
   
   I have an Ant platform project that uses `MIMEResolverProcessor` but via `@MimeResolver.ExtensionRegistration` and no extra queues are created there.  More testing needed!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

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