Re: Persistent variable in subprocess using multiprocessing?

2009-07-16 Thread Wai Yip
I think Diez' example show this work automatically in Unix. In my case I use Windows. I use the multiprocessing.Array to share data in shared memory. multiprocessing.Array has a limitation that it can only reference simple C data types, not Python objects though. Wai Yip Tung --

Re: ctype performance benchmark

2009-07-17 Thread Wai Yip
e the performance gain and to give more guidance on good use cases. On the other hand, perhaps it is just me are confused because I don't know enough of the Python internal. Wai Yip -- http://mail.python.org/mailman/listinfo/python-list