Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-incubator-e4-dev] More on threading and concurrency

Back at the E4 summit we all agreed that concurrency is hard.  But multicore and distributed Eclipse mean that we need to solve it at some level (wipes sweat from brow).

In the spirit of adding to/continuing this conversation, here's a blog that talks pretty nicely about the state of the art in at least some segment of this field:

http://fpgacomputing.blogspot.com/2008/08/threads-considered-harmful-for-same.html

It's interesting to me that data binding's Realms can be viewed as a 1/2 implementation of Erlang's message-based concurrency.


Dave

Back to the top