[#274] IPv6-ready ruby — Jun-ichiro itojun Hagino <itojun@...>
We KAME team (www.kame.net) are working on IPv6-ready ruby.
7 messages
1999/04/13
[#275] Re: IPv6-ready ruby
— gotoken@... (GOTO Kentaro)
1999/04/14
In message "[ruby-talk:00274] IPv6-ready ruby"
[#276] Re: IPv6-ready ruby
— Jun-ichiro itojun Hagino <itojun@...>
1999/04/14
[#297] Ruby 1.3.3-990430 — matz <matz@...>
Ruby 1.3.3-990430 is out, check out:
1 message
1999/04/30
[ruby-talk:00289] Re: Ruby/Win32 question
From:
"Bryce Dooley" <thecrow@...>
Date:
1999-04-26 22:27:55 UTC
List:
ruby-talk #289
> | > |I want the object to be destroyed regardless of how many > |references there are to it when the WM_DESTROY message > |is received by object 'x' (which is the window). > > Hmm, for example, IO objects are NOT destroyed on close(), even though > any operation on them are useless. They raise exceptions for > operations after closing. I think it's enough for treating > WM_DESTROYed Window objects as well. > Matz, it sounds like this has potential to be a serious memory leak. Would that be a correct statement? If so, can I interact with the garbage collector to collect these objects? or something like that...??? Thanks. Bryce