> 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 …. > 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 >
