Re: Socket logic problem

2009-10-26 Thread John O'Hagan
On Sun, 25 Oct 2009, Gabriel Genellina wrote: > En Sat, 24 Oct 2009 06:40:08 -0300, John O'Hagan > > escribió: > > I have several instances of the same generator function running > > simultaneously, some within the same process, others in separate > > processes. I > > want them to be able to shar

Re: Socket logic problem

2009-10-25 Thread Gabriel Genellina
En Sat, 24 Oct 2009 06:40:08 -0300, John O'Hagan escribió: I have several instances of the same generator function running simultaneously, some within the same process, others in separate processes. I want them to be able to share data (the dictionaries passed to them as arguments), in suc

Socket logic problem

2009-10-24 Thread John O'Hagan
I have several instances of the same generator function running simultaneously, some within the same process, others in separate processes. I want them to be able to share data (the dictionaries passed to them as arguments), in such a way that instances designated as "leaders" send their dictio