[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: Bill Tutt <billtut_at_microsoft.com>
Date: 2000-12-14 01:31:11 CET

> From: Branko Cibej [mailto:brane@xbc.nu]

> Ben Collins-Sussman wrote:

> > I'm going to have a function which takes a URL as input, and returns
a
> > vtable from a RA DSO load. A single process might call this
function
> > over and over -- that's okay, according to what you say above.
(When
> > a process reloads the same DSO over and over, the OS gives it the
same
> > pointer each time, right?)

Well, the following scenario could happen which would give it a
different pointer:

* Load
* Unload
* Load

The pointer could be different at this point in time.

Vs.
* Load
* Load

In this case, the pointer would be the same.

Bill
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.