How can I use (semaphore) in Win?
Can anibody give example?
Usage (semaphore)
Hi Alex,
Take a look here:
http://www.turtle.dds.nl/newlisp/prodcons.lsp
You also need the FORK for Windows ("winfork") to run it:
http://www.turtle.dds.nl/newlisp/winfork.lsp
I am not sure how well it runs though. There have been some changes in (source), for example. On my on machines at home I do not have Windows anymore, but I can verify it next week at my work.
Peter
Take a look here:
http://www.turtle.dds.nl/newlisp/prodcons.lsp
You also need the FORK for Windows ("winfork") to run it:
http://www.turtle.dds.nl/newlisp/winfork.lsp
I am not sure how well it runs though. There have been some changes in (source), for example. On my on machines at home I do not have Windows anymore, but I can verify it next week at my work.
Peter
Indeed, there is no (wait-pid) in Windows.
Therefore you have to use my version of 'prodcons' which I mentioned earlier:
http://www.turtle.dds.nl/newlisp/prodcons.lsp
As you can see, there is no (wait-pid) in there.
Peter
Therefore you have to use my version of 'prodcons' which I mentioned earlier:
http://www.turtle.dds.nl/newlisp/prodcons.lsp
As you can see, there is no (wait-pid) in there.
Peter