I just noticed that it will leak a thread handle on every call to RExecuteAsync(), this is a problem if you leave it running for a few days. The reason is I was too lazy to use the TThread class as it would have been the recommended way but instead quickly hacked a BeginThread() into my existing code without caring about the thread handle afterwards. I am now preparing a new release that will fix this problem.
- #25
- Edited 3:18pm Oct 23, 2010 10:53am | Edited 3:18pm
- Joined Mar 2009 | Status: Trader | 1,231 Posts
- #29
- Edited 7:04pm Oct 23, 2010 6:36pm | Edited 7:04pm
- Joined Mar 2009 | Status: Trader | 1,231 Posts
- #38
- Edited 3:46pm Nov 15, 2010 12:28pm | Edited 3:46pm
- Joined Mar 2009 | Status: Trader | 1,231 Posts
- #40
- Edited 5:47pm Nov 16, 2010 5:33pm | Edited 5:47pm
- Joined Mar 2009 | Status: Trader | 1,231 Posts