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

Re: Perl interface leaks connections: ???

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-08-19 15:13:15 CEST

On Aug 19, 2005, at 4:22 AM, Matthias Urlichs wrote:

>
> How do I use one persistent connection instead?
> Does anybody have a workaround?

Call the network API (svn_ra.h), rather than the high-level client
API (svn_client.h). In other words, open a single network RA session
and call svn_ra_get_logs() repeatedly, instead of calling
svn_client_log() repeatedly.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 19 15:14:29 2005

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

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