Dec. 2, 2013
2:56 p.m.
On 02/12/13 14:32, Stéphane Ducasse wrote:
Yes, This is a nice idea, but I was telling about the other thing. Itâs really simple to start a new process in Pharo. Maybe we should introduce common practices in pharo? When I was following Obj-C course, one of the fundamental thing that was taught: do time consuming tasks in the other process.
forking processes is not a solution. because you can have shared resources problems and updates and â¦.
Yes, you risk races which could be tricky to find/debug. I'm **very** interested what's the solution you propose here? Jan
So I want to write a chapter on the concurrent programming in Pharo, but is question is: am I missing something? Because this looks quite trivial.
Uko