Strange Process Question

David T. Lewis lewis at mail.msen.com
Thu Aug 17 11:02:37 UTC 2006


On Wed, Aug 16, 2006 at 03:57:02PM -1000, Rich Warren wrote:
> OK, I can fork off a new session, then suspend the session. Can I now  
> save the suspended session to disk and open it in another image (or  
> in another application in the same image)?

What do you mean by "fork off a new session"? If you are referring to
#forkSqueak, then see the code in SmalltalkImage>>saveAs. You can do
something similar to this in the child Squeak to save it to an image
and changes file that you can open later on.

Dave




More information about the Squeak-dev mailing list