Is anyone sharing arrays between processes on Windows?
I tried compiling the posh sources (once, so far) with the new MS 
toolkit and failed...
What other solutions are in use?

Have a second process create an array view from an address would 
suffice for this particular purpose. I could pass the address as a 
parameter of the second process's argv.

I've also tried things like
pb=pythonapi.PyBuffer_FromReadWriteMemory(9508824, 9*sizeof(c_int))
N.frombuffer(pb, N.int32)
which fails since pb is and int. What are my options?

Ray Schumacher

_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to