[M3devel] lock performance, random thoughts

Dragiša Durić dragisha at m3w.org
Tue Apr 6 01:57:07 CEST 2010


I've used Java for one project, "GUI" app frontend for mobile phones...
What I saw first was their mixup of mutex/condition/cheese in single
root object... But, ok... offtopic there :)

What I think is important about whole idea is it's simplicity and
(almost) obvious efficiency. It also needs nothing fancy (not today, at
least) and nothing maybe-it-works to implement. Nothing comparable to
early implementations of kernel space threading/thread suspending for
gc/...

Any takers? :)


On Mon, 2010-04-05 at 19:45 -0400, Tony Hosking wrote:
> Yes, that's pretty much what modern Java implementations do.
> 
> 
-- 
Dragiša Durić <dragisha at m3w.org>




More information about the M3devel mailing list