Re: remote multiprocessing, shared object

2010-04-07 Thread Norm Matloff
s code (or for that matter, just like shared-memory multiprocessing code), i.e. reading and writing shared globals. Is this even possible? Norm On 2010-04-08, Kushal Kumaran wrote: > On Thu, Apr 8, 2010 at 3:04 AM, Norm Matloff wrote: >> Should be a simple question, but I can't seem

remote multiprocessing, shared object

2010-04-07 Thread Norm Matloff
Should be a simple question, but I can't seem to make it work from my understanding of the docs. I want to use the multiprocessing module with remote clients, accessing shared lists. I gather one is supposed to use register(), but I don't see exactly how. I'd like to have the clients read and wr

Re: Smart Debugger (Python)

2008-02-03 Thread Norm Matloff
option in GDB). The result, Xpdb, is available at http://heather.cs.ucdavis.edu/~matloff/Python/Xpdb/Code/. It is nothing fancy at all, mainly just a source window capability added to PDB (though with a couple of extra new features). Norm Matloff -- http://mail.python.org/mailman/listinfo/python-list