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

Re: dso alternative

From: Ben Collins-Sussman <sussman_at_newton.collab.net>
Date: 2000-12-14 00:04:14 CET

Greg Stein <gstein@lyra.org> writes:

> You get the same apr_dso_handle_t each time. Presumably, the result
> of apr_dso_sym() will be the same pointer each time, too. And the OS
> refcounts the bugger (keeping in in memory until the Nth unload()
> call, where N == #loads).

Ah. Does libsvn_client need to worry about dso_unloading() each RA
library before quitting? Or is it implied when main() exits?
Received on Sat Oct 21 14:36:17 2006

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.