[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Memory problems with ruby bindings (dir_delta)

From: Dimitrij Denissenko <contact_at_dvisionfactory.com>
Date: 2007-01-12 17:22:52 CET

Nobody has a clue? Does anybody at least know who is/was working on the
ruby bindings, and could give me a contact information?

Thanks
Dim

Dimitrij Denissenko wrote:
> In my (FastCGI) application I am tracking changes in the repository and
> store them in a database, where I use the following two lines:
>
> ------
> editor = Svn::Delta::ChangedEditor.new(root, base_root)
> base_root.dir_delta('', '', root, '', editor)
> ...
> ------
>
> Every new revision is parsed and stored that way, but I noticed memory
> problems using this solution. I traced the memory allocation and found
> out that every 'dir_delta' call increases the amount of memory my app
> consumes, which means that new revisions are not only stored in the DB
> but also somewhere in memory ;-). So I have a very simple question. Is
> it somehow possible to "release" memory allocated by 'dir_delta'?
>
> Dim
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 12 17:22:47 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.