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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
