[Python-Dev] GIL behaviour under Windows (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Wed Oct 21 12:51:43 CEST 2009
- Previous message: [Python-Dev] [Python-ideas] Remove GIL with CAS instructions?
- Next message: [Python-Dev] GIL behaviour under Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] [Python-ideas] Remove GIL with CAS instructions?
- Next message: [Python-Dev] GIL behaviour under Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]