multithreading - i have a process that is blocked.but one thread of this process is (not running) still executing something -
how threads library affect activity?is threads library responsible this?if is,is threads library responsible? , if can,explain me threads library....
a process can appear "blocked" if it's user interface thread waiting on routine. may thread in program, thread doing computationally intensive, , prevents user interface updating.
that separate issue threading libraries, however.
Comments
Post a Comment