From: matz@... (Yukihiro Matsumoto) Date: 2001-03-04T23:45:23+09:00 Subject: [ruby-talk:11975] Re: Ruby/MySql garbage collection problem Hi, In message "[ruby-talk:11969] Ruby/MySql garbage collection problem" on 01/03/04, Eric Sven Ristad writes: |I've written a Ruby program that uses Tomita Masahiro's excellent |ruby-mysql module to communicate with a MySql database. Unfortunately |if the program runs for a while, it runs out of memory and crashes. |It looks like the problem is that the garbage collector is not getting |called often enough to reclaim the results of the mysql queries made |by my Ruby program. Well, it might be a bug in Ruby/MySQL. Let me contact with him.