8 messages in com.xensource.lists.xen-cimRe: [Xen-cim] Emailing: libxen.diff
FromSent OnAttachments
Subrahmanian, Raj22 Dec 2006 19:00.diff
Ewan Mellor23 Dec 2006 02:12 
Subrahmanian, Raj23 Dec 2006 23:20 
Ewan Mellor24 Dec 2006 03:50 
Gareth S Bestor24 Dec 2006 13:46 
Jim Fehlig26 Dec 2006 21:49 
Subrahmanian, Raj02 Jan 2007 08:33 
Jim Fehlig02 Jan 2007 09:06 
Subject:Re: [Xen-cim] Emailing: libxen.diff
From:Jim Fehlig (jfeh@novell.com)
Date:01/02/2007 09:06:58 AM
List:com.xensource.lists.xen-cim

Subrahmanian, Raj wrote:

My concern is as follows : If the libxen library is linked in dynamically into one or more independent clients, and someone decides to do xen_fini while someone else is still using it, won't it cause problems? Surely we can't expect random clients to be able to cooperate?

The independent clients will load libxen into their own process space. Only code would be shared between these processes. Data, e.g. the globals handled by xen_[init|fini], is not shared.

Jim