lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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 ...