No registered users in community xowiki
in last 10 minutes
in last 10 minutes
[Xotcl] Re: [Xotcl] Garbage Collection
From: Kristoffer Lawson <setok_at_fishpool.com>
Date: Tue, 22 May 2001 23:12:50 +0300 (EEST)
For using garbage collection with handles, also check TclJava. It does
exactly that and only releases the object for it to be collected by Java
when no more references are found to the handle (a string). Apparently
this works, to some extent. Here's a brief description and an explanation
of one of the problems that Feather would actually have solved:
http://tcl.activestate.com/man/java1.2.6/TclJava/JavaGC.html
- ---------- = = ---------//--+
| / Kristoffer Lawson | www.fishpool.fi|.com
+-> | setok_at_fishpool.com | - - --+------
|-- Fishpool Creations Ltd - / |
+-------- = - - - = --------- /~setok/
Date: Tue, 22 May 2001 23:12:50 +0300 (EEST)
For using garbage collection with handles, also check TclJava. It does
exactly that and only releases the object for it to be collected by Java
when no more references are found to the handle (a string). Apparently
this works, to some extent. Here's a brief description and an explanation
of one of the problems that Feather would actually have solved:
http://tcl.activestate.com/man/java1.2.6/TclJava/JavaGC.html
- ---------- = = ---------//--+
| / Kristoffer Lawson | www.fishpool.fi|.com
+-> | setok_at_fishpool.com | - - --+------
|-- Fishpool Creations Ltd - / |
+-------- = - - - = --------- /~setok/