On 11/09/2011 10:22 AM, Antonio Teixeira wrote: > Hello Martin & Others > So that means in python this should do it to enjoy the full multicore > power ? > > import zmq > from multiprocessing import cpu_count > > zmq_context = zmq.context(cpu_count())
In theory, yes. In practice, the question is whether python is able to generate message load that would exceed the capabilities of a single 0MQ wokker thread. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
