You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Smalltalk isn't Java, is it sensible to blindly adopt the same threading model ?
(as far as i know, there's no production-strength Smalltalk VM that supports
preemptive multi-threading in smalltalk code... VW doesn't)
Is it realistic for an opensource project to try to achieve what took many
man-years
at Sun ? Do we really want to (re)write Hotspot ?
It looks like a popular alternative is to restrict VMs to single-threading with
async
callouts (like strongtalk already does). Scalability can then be achieved using
several VMs.
In the case of Strongtalk, because of it's venerable age, the system already
has a
very small footprint, thus we have a good opportunity to embrace a model of
lightweight cooperative VMs instead of a single multi-threaded monster.
Original issue reported on code.google.com by
[email protected]
on 22 Sep 2006 at 10:36The text was updated successfully, but these errors were encountered: