regarding multithreading
i have a program in which i have a switch statement and subsequent case statements in which i start some threads(each per case).i have not implemented any Gui event handlers as of yet but my application freezes for as long as those threads reach to completion.
what may be the probelm?
i can send the sample code if someone may wish to see it
|