Aug. 4, 2014
6:26 p.m.
Hi Do you try TaskIt framework? It has BlockClosure>>forkIt which transparently executes code in separate image. 2014-08-04 12:17 GMT+04:00 Yuriy Tymchuk <yuriy.tymchuk@me.com>:
Hi guys,
I have a script that runs very slow and does a lot of non dependent operation of a collection. I wander if I can speed it up by making it run in another process, because as far as I understand everything runs on a single thread, so I guess this wonât save me.
Uko