Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What information is available about threading in the platform?

Platform threading
0
Posted

What information is available about threading in the platform?

0

Generally speaking, you will follow the same threading principles for a platform application as you would for any Swing application. The most important things to keep in mind are: • Access the GUI only from the Event Dispatch Thread (EDT) • Don’t perform any long-running operations inside the EDT In addition to standard Java utilities for threading such as SwingWorker and EventQueue, the platform APIs provide some classes to assist with threading. These include RequestProcessor and Mutex. Additionally, the NetBeans Web site contains a document about threading in the platform and IDE. How can I profile NetBeans? There are many possibilities how to profile Java applications and that can be applied to NetBeans profiling. For different task it can be good to select different ways because each of them has its strengths and weaknesses. See also: DevFaqMemoryLeaks To be able to profile an application it is usually needed to start it with a modified command that typically adds some (JVMPI or J

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123