[Python-Dev] GIL behaviour under Windows (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Wed Oct 21 12:51:43 CEST 2009


Hello Kristjan,

This depends entirely on the platform and primitives used to implement the GIL. I'm interested in windows.

Could you try ccbench (*) under Windows? The only Windows system I have here is a qemu virtual machine and it wouldn't be very realistic to do concurrency measurements on it.

(*) http://svn.python.org/view/sandbox/trunk/ccbench/

Thanks

Antoine.



More information about the Python-Dev mailing list