scala-ide / scala-worksheet

A Scala IDE plugin for a multi-line REPL (called worksheet)
96 stars 24 forks source link

Worksheet Lifecycle: GC WorksheetRuntime #66

Open dotta opened 12 years ago

dotta commented 12 years ago

In it's current implementation the worksheet runtime (i.e., the set of actors spawned for the worksheet) they are never stopped, which can (and will) lead to important memory leaks.