I�m not proficient in multithreading, but I think that I�m looking for Semaphore and Process. Things that I implement take a very long time to run, and I can�t do anything else during that time or even cancel them. So I guess they should run in a separate process which I can achieve with #fork. But as I start to work with that I want to know all the rest that can be useful.

uko

On 20 Nov 2013, at 19:21, Cl�ment Bera <bera.clement@gmail.com> wrote:

Hello,

What do you mean by multithreading ?
Do you mean Semaphore and Process, Cog Multithreading, the Island VM plugin ?


2013/11/20 Yuriy Tymchuk <yuriy.tymchuk@me.com>
Hi everyone, is there any chapter on multithreading in Pharo books? If not maybe I�ll write something about that, but any material will be useful for me right now.