G
Guest
Hi,
Wondering if anyone would know if behavoir we are seeing w/Join method is
expected.
We are seeing the Join method time out on a background thread after 5
seconds.
When we call Join ( from UI thread ) we know that the background thread has
already exited its while loop and should be ready to fall out of its thread
proc.
When we timeout from Join we see that the thread we want to join to is still
running and alive.
When Join is called the thread priority of the background thread is
somethings below normal and sometimes above normal ( toggled by another
thread ). We see the join timeout for both cases above.
Thanx
jra
Due to previous problems w/Join ( hangs ) the f
Wondering if anyone would know if behavoir we are seeing w/Join method is
expected.
We are seeing the Join method time out on a background thread after 5
seconds.
When we call Join ( from UI thread ) we know that the background thread has
already exited its while loop and should be ready to fall out of its thread
proc.
When we timeout from Join we see that the thread we want to join to is still
running and alive.
When Join is called the thread priority of the background thread is
somethings below normal and sometimes above normal ( toggled by another
thread ). We see the join timeout for both cases above.
Thanx
jra
Due to previous problems w/Join ( hangs ) the f