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 <[email protected]>: > 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 >
