[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: infinity loop / recursion
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 26 Aug 2013 11:51:33 +0200
On Mon, Aug 26, 2013 at 11:41 AM, Philipp Kraus
<philipp.kraus@flashpixx.de> wrote:
> Sorry, the system must run on OSX, Linux Windows.
This can also be done with Windows threads, e.g.
http://bytes.com/topic/c-sharp/answers/505531-max-execution-time-thread
OS X is a POSIX system, so no problems there ;)
To do this efficiently in a bullet-proof way, you need to ask the OS ...