27 Sep
2005
27 Sep
'05
9:54 a.m.
hi I'm new to boost.threads and have a basic question. During program execution the user has to check the connection to a server. This action should take place in a simple thread. If the user gets bored waiting for responce, he should be able to stop the process and return back to the main application. Is there a proper standard solution? For now I try to yield the thread holding the connection methods. In this case the inner methods all terminate and are not going to be stopped. My first attemp is to stop this inner methods by hand. Is there a better way to do this? kind regards, luke