DDT dialog has a label for each thread to show BytesSent progress
Each thread uses CONTROL SET TEXT ghDlg, gControlID(x), BytesSent$
Should only thread running the dialog update the DDT dialog?
Is this causing unnecessary context switching?
http://en.wikipedia.org/wiki/Context_switch
Each thread uses CONTROL SET TEXT ghDlg, gControlID(x), BytesSent$
Should only thread running the dialog update the DDT dialog?
Is this causing unnecessary context switching?
http://en.wikipedia.org/wiki/Context_switch
Comment