Re: [kamaelia-list] Threaded component message handling

2013-10-16 Thread Michael
Hi Jim, I'm not too surprised to hear about the increase - it's probably akin to the boost we got when we optimised out the Postman class. In the past I've written scratch versions of Axon using threads as the default and Queue.Queues as the default with direct linkage and that all worked fine.

Re: [kamaelia-list] Threaded component message handling

2013-10-16 Thread Sylvain Hellegouarch
Hi guys, On 16 October 2013 16:12, Michael spark...@gmail.com wrote: Found the code I was referring to - it's here: http://code.google.com/p/kamaelian/source/browse/Sketches/Axon/Axon2/ Never really reached the stage of usefulness for reasons irrelevant to the code previously discussed

Re: [kamaelia-list] Threaded component message handling

2013-10-16 Thread Michael
Hi, gevent would be nice, on the (obvious) proviso any implementation integrated approrpriately with other parts of the gevent ecosystem. Michael On 16 October 2013 15:16, Sylvain Hellegouarch s...@defuze.org wrote: Hi guys, On 16 October 2013 16:12, Michael spark...@gmail.com wrote: