asotona commented on PR #7776: URL: https://github.com/apache/netbeans/pull/7776#issuecomment-2367798296
BTW: I think there is a confusion about "singleton process". I'm proposing a single process/output tab per source file, that does not mean "singleton process" (as contrast to the current singleton output tab implementation). Occupied socket by another instance of the same program cannot be solved by any if. Chat application (single app with two threads) is one of the cases I'm having the biggest problem with the current single-source-run. And split into two application is an option which also works in NetBeans only after my proposed patch, because current single-source-run re-uses singleton output tab for all programs. -- 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
