From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <14ec7b180807281011k2ccffe12i5739998193c18024@mail.gmail.com> Date: Mon, 28 Jul 2008 11:11:19 -0600 From: "andrey mirtchovski" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] current state of thread programming Topicbox-Message-UUID: f30653b8-ead3-11e9-9d60-3106f5b1d025 found this snippet today and decided to share it with the list. every once in a while a look at how "the rest of the world" does things is beneficial :) "I don't know about you, but every time I have to program with threads and shared resources, I want to remove my face incrementally with a salad fork. Locks, mutexes, the synchronized keyword; all of these things can strike fear into the heart of a green developer. Most seasoned developers just fall into a rut of depression when it's time for multi-threading. Developers like me simply talk our way out of it. It's easier than thinking." full article: http://www.theregister.co.uk/2008/07/28/sun_dziuba_tm/