hojtsy Messages: 241 Registered: January 2006 Location: Budapest, Hungary
Experienced Member
I have threads running on exit because those threads are waiting for very slow HTTP servers to respond (inside library method). Since U++ does not provide thread termination, and I can not notify the library function to stop waiting, I would have to wait for the download attempts to time out, which could be 1 minute. It is not acceptable to wait 1 minute for application termination.
I am not using TIMING or RTIMING in my application, so they should be in the library.