help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] [feature] Add SMP support to VM


From: Gwenael Casaccio
Subject: Re: [Help-smalltalk] [feature] Add SMP support to VM
Date: Thu, 28 Jul 2011 02:55:37 -0700

Issue status update for http://smalltalk.gnu.org/project/issue/98 Post a follow up: http://smalltalk.gnu.org/project/comments/add/98

Project:      GNU Smalltalk
Version:      <none>
Component:    VM
Category:     feature requests
Priority:     normal
Assigned to:  Unassigned
Reported by:  sblinn
Updated by:   MrGwen
-Status:       postponed
+Status:       active

You can take a look there
https://github.com/MrGwen/GNU-Smalltalk/tree/process
that's a bit different to what you propose, here I load multiple
kernels and images
in a separate vm thead:

w := World bootstrap: 'kernel/'. " will be the path of you kernel "
w := Worl load: 'gst.im'. " will be the path of you image "
w send: #Foo with: 1 with: 2. " for sending a message to the remote
image "





reply via email to

[Prev in Thread] Current Thread [Next in Thread]