Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to exit Smalltalk MT?

Mt Smalltalk
0
Posted

How to exit Smalltalk MT?

0

To exit the development environment programmatically, evaluate: Processor close Back to Top MappedObjectStream only stores one object In Smalltalk MT, the standard serialization methods use memory-mapping technology. MappedObjectStream implements an easy-to use interface. An instance of MappedObjectStream maps a set of objects into the address space of the process. The top-level object is called the root object. There is only one root object, but it can be arbitrary, and in particular it can be a collection. If you open an existing file in RW mode, you can modify any object that resides in the file. When the file is saved, external references are automatically appended to the end of the file. If you wish to add more objects, you can add them to the root collection or to any other object in the file. See also Object Serialization Example. Back to Top Closing a memory-mapped file while keeping a reference generates an exception The garbage collector (GC) scans all object references. If y

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.