selftiesoftware / main

## NOTE: OBSOLETE. These functions gradually migrating to RepoCad. ## A 2-dimensional application connected to a powerful drawing database, running on the Java platform and written in Scala. Siigna is designed to be a simplistic framework, with the possibility to implement customized modules, technically for any task imaginable involving manipulation of 2-dimensional objects.
http://siigna.com
6 stars 0 forks source link

Use the ModuleInstance to garbage collect and duplicate modules when needed #58

Closed Jegp closed 11 years ago

Jegp commented 12 years ago

Instaed of calling ModuleInstance.copy the module instance should just keep track of when the underlying module ends (and should be garbage collected) and when a new one should be loaded.