Send to Printer

smalltalk

Processes across systems?

March 25, 2004 3:18:07.770

Chris Double talks about stackless operations, showing a process that migrates back and forth across systems as an example. I've done this in Smalltalk, with a stack, using BOSS to serialize a process, send it across the wire, and have it run. I suppose I could make it come back the same way...

 Share Tweet This