Re: Profiling after exit()

2017-07-28 Thread Mario Kröplin via Digitalmars-d-learn

On Friday, 28 July 2017 at 09:02:10 UTC, Temtaime wrote:

There's no "gracefully" way to kill a thread.
If your thread cannot join, then you're doing something wrong


Our programs are intended to run "forever". 24/7 servers.


Re: Profiling after exit()

2017-07-27 Thread Mario Kröplin via Digitalmars-d-learn

On Thursday, 27 July 2017 at 14:44:31 UTC, Temtaime wrote:
Also there was an issue that profiling doesn't work with 
multi-threaded apps and leads to a crash.

Don't know if it is fixed.


Was fixed two years ago:
http://forum.dlang.org/post/mia2kf$djb$1...@digitalmars.com