tags:

views:

66

answers:

1

Inter process communication primitives (Semaphores, Shared Memory) in python on windows? posix_ipc works great on linux, anything similar for windows?

A: 

You can use most (all) of the win32 ipc when you install pywin32

lazy1