Hi Sylvain,

Any news about the Windows release? It doesn't need to be fast. It doesn't even need to be multithreaded. It is for research only. We can believe that on a quad core it takes
1/4 of the time, that's not important.

BTW. Windows has a 15 year old bulletproof multithreading API from which you only need 3 functions in a typical case, (CreateThread, EnterCriticalSection, LeaveCriticalSection) and just one if you create your own semaphores. The best multithreading library is, probably, none at all. That's probably much easier than trying to see what's the problem with pthread.

Jacques.
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to