Click here to Skip to main content
15,896,111 members
Home / Discussions / C#
   

C#

 
AnswerRe: showing form from thread Pin
#realJSOP13-May-10 6:28
professional#realJSOP13-May-10 6:28 
AnswerRe: showing form from thread Pin
AspDotNetDev13-May-10 11:31
protectorAspDotNetDev13-May-10 11:31 
GeneralRe: showing form from thread Pin
Dave Kreskowiak13-May-10 12:48
mveDave Kreskowiak13-May-10 12:48 
GeneralRe: showing form from thread Pin
AspDotNetDev13-May-10 18:18
protectorAspDotNetDev13-May-10 18:18 
GeneralRe: showing form from thread Pin
Dave Kreskowiak13-May-10 18:47
mveDave Kreskowiak13-May-10 18:47 
GeneralRe: showing form from thread Pin
AspDotNetDev13-May-10 18:49
protectorAspDotNetDev13-May-10 18:49 
GeneralRe: showing form from thread Pin
Dave Kreskowiak13-May-10 19:25
mveDave Kreskowiak13-May-10 19:25 
GeneralRe: showing form from thread Pin
The Man from U.N.C.L.E.13-May-10 22:34
The Man from U.N.C.L.E.13-May-10 22:34 
Ask anyone who have ever done anything with threading.
The most common bug I come across where I work is anything accessing the UI from another thread, either creating stuff, or just calling methods and properties across threads.

It is worth noting that the debug environment runs in a rather safe mode (somehow) and so threading issues rarely show up during development, unless they are really bad. Worse, you cannot step through them easily as the timing of actions on different threads makes a big difference.

In my experience 50% of threading issues break the application on the first time they are run in a release environment. Of the other 50% it depends on the hardware and network environment. We had a threading issue that only came to light a year after release when the end user upgraded their machine. Suddenly one of the threads ran faster (probably off on another core, or just from the faster processor) and the bug climbed out of hiding.

World of pain!
If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)
[My Articles]  [My Website]

GeneralRe: showing form from thread Pin
The Man from U.N.C.L.E.13-May-10 22:43
The Man from U.N.C.L.E.13-May-10 22:43 
QuestionShowFileDialog In Console Pin
noamtzu0013-May-10 0:00
noamtzu0013-May-10 0:00 
AnswerRe: ShowFileDialog In Console Pin
Michel Godfroid13-May-10 0:36
Michel Godfroid13-May-10 0:36 
GeneralRe: ShowFileDialog In Console Pin
Luc Pattyn13-May-10 3:30
sitebuilderLuc Pattyn13-May-10 3:30 
RantRe: ShowFileDialog In Console Pin
Michel Godfroid13-May-10 4:13
Michel Godfroid13-May-10 4:13 
GeneralRe: ShowFileDialog In Console Pin
Luc Pattyn13-May-10 4:40
sitebuilderLuc Pattyn13-May-10 4:40 
GeneralRe: ShowFileDialog In Console Pin
Michel Godfroid13-May-10 5:06
Michel Godfroid13-May-10 5:06 
GeneralRe: ShowFileDialog In Console Pin
Luc Pattyn13-May-10 5:13
sitebuilderLuc Pattyn13-May-10 5:13 
GeneralRe: ShowFileDialog In Console Pin
DaveyM6913-May-10 5:43
professionalDaveyM6913-May-10 5:43 
GeneralRe: ShowFileDialog In Console Pin
DaveyM6913-May-10 5:41
professionalDaveyM6913-May-10 5:41 
GeneralRe: ShowFileDialog In Console Pin
Luc Pattyn13-May-10 5:57
sitebuilderLuc Pattyn13-May-10 5:57 
AnswerRe: ShowFileDialog In Console Pin
Rajesh Anuhya13-May-10 1:49
professionalRajesh Anuhya13-May-10 1:49 
AnswerRe: ShowFileDialog In Console Pin
dybs16-May-10 14:06
dybs16-May-10 14:06 
QuestionAdd Multiple IP Addresses Pin
wasifmuneer12-May-10 22:47
wasifmuneer12-May-10 22:47 
AnswerRe: Add Multiple IP Addresses Pin
Michel Godfroid12-May-10 23:43
Michel Godfroid12-May-10 23:43 
GeneralRe: Add Multiple IP Addresses Pin
wasifmuneer12-May-10 23:51
wasifmuneer12-May-10 23:51 
GeneralRe: Add Multiple IP Addresses Pin
Michel Godfroid13-May-10 0:05
Michel Godfroid13-May-10 0:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.