[computer-go] Binary release of MoGo

Jacques Basaldúa jacques at dybot.com
Mon Sep 17 04:40:13 PDT 2007


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.


More information about the computer-go mailing list