Re: [julia-users] ZMQ poll

2016-03-10 Thread Jameson
Run the code for each thread of communication in a separate `@async` Task block. Julia will internally handle multiplexing the work as data becomes available on each Channel (event-driven cooperative multitasking) On Thursday, March 10, 2016 at 1:04:29 AM UTC-5, Leonardo wrote: > > I've found a

Re: [julia-users] ZMQ poll

2016-03-09 Thread Leonardo
I've found a related issue: https://github.com/JuliaLang/ZMQ.jl/issues/52 I will make some experiment to understand if Julia multitasking can be a substitute for ZMQ poll(). Has anyone some experience about this? Thanks Leonardo Il 03/03/2016 22:54, Leonardo ha scritto: Hello, if anyone ca

[julia-users] ZMQ poll

2016-03-03 Thread Leonardo
Hello, if anyone can help me: poll() API exists into ZeroMQ port in Julia? If so, how to call it? Many thanks in advance Leonardo