Opened 9 years ago
Closed 9 years ago
#11843 closed enhancement (fixed)
[Patch] Improve number and name of running threads
Reported by: | simon04 | Owned by: | simon04 |
---|---|---|---|
Priority: | normal | Milestone: | 15.09 |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
This ticket is meant to collect improvements on (background) threads in JOSM …
Attachments (1)
Change History (9)
comment:1 by , 9 years ago
by , 9 years ago
Attachment: | 11843-plugin.patch added |
---|
comment:5 by , 9 years ago
Summary: | Improve number and name of running threads → [Patch] Improve number and name of running threads |
---|
Is there a reason why the plugins are loaded in a separate thread for which termination is being waited immediately afterwards? If not, then I propose to perform those tasks in the current thread, see attachment:11843-plugin.patch
comment:6 by , 9 years ago
The only thread with a generic name is being created in org.openstreetmap.josm.io.FileWatcher
via calling java.nio.file.FileSystem#newWatchService
(at least on Linux/OpenJDK) …
comment:8 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In 8734/josm: