Re: memory leak
Shugo Maeda <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
Hi, At Wed, 10 Dec 2003 10:09:34 +0100 (MET), Ketil Kristiansen <[email protected]> wrote: > > provide a way to free memories allocated by the interpreter. > > Hmm... there is no way to make the interpreter clean up and do a restart? Yes. > Has Matz said anything about why the required functionality is missing, > and if it will be implemented? He sait that it's missing because the ruby interpreter is not designed for embedding. He admitted its necessity, so it may be implemented in the future. # If someone send a patch to matz, it will be accepted. Shugo