Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Multiple concurrent threads of execution are fine as a concurrency substrate, so long as you minimize synchronization between threads. They can run on independent cores with no problem.

Threads are crap as a programming model.

Something like Clojure's parallel-friendly constructs has the potential to make an Azul box shine, whilst avoiding programmer error.



Also, Scala's and LiftWebs similar (but different) actor models.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: