[py-dev] distributed computing with py.execnet

holger krekel hpk at trillke.net
Tue Jun 21 11:56:06 CEST 2005


Hi Carl-Friedrich, 

On Tue, Jun 21, 2005 at 02:16 +0200, Carl Friedrich Bolz wrote:
> holger krekel wrote:
> >In theory and probably even in practice you should not 
> >have to use a separate socket. What keeps you from (re)using 
> >a channel there as well?
> 
> Hum. I confess that I only read the docs not the source until now. The 
> docs mention no channels with callbacks, only the blocking 
> channel.receive (which isn't enough for my use case). I even thought 
> that there had to be an easier way, but well...

Yeah, the thing is that semantics especially of passing around channels
are still under experimentation and reconsideration so it's not advertised
yet (see end of my last mail). 

cheers, 

    holger



More information about the Pytest-dev mailing list