[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Multi-threading in SWT
|
Maybe I just have not been able to find it in the forum, but I have an XML
parser that is actually reading from a socket and parsing in the
background. However, it appears that the thread does not start. When I
use display.syncExec(Runnable) or display.asycExec(Runnable), the GUI
freezes (I am running outside of Eclipse). Any idea on how to get
multiple threads to run that do not update the UI using SWT?