WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] pthread_mutex_lock() and Xenstored

To: Peter Teoh <htmldeveloper@xxxxxxxxx>
Subject: Re: [Xen-devel] pthread_mutex_lock() and Xenstored
From: Bastian Blank <bastian@xxxxxxxxxxxx>
Date: Sat, 15 Sep 2007 11:48:24 +0200
Cc: Vincent Hanquez <vincent@xxxxxxxxxxxxx>, "Daniel P. Berrange" <berrange@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sat, 15 Sep 2007 02:49:03 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <804dabb00709142301o6687699fr4b57e8f3fc1a2ab6@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <05c801c7eb94$850ae780$9a010a0a@eeyore> <20070913152140.GF23525@xxxxxxxxxx> <804dabb00709142301o6687699fr4b57e8f3fc1a2ab6@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.13 (2006-08-11)
On Sat, Sep 15, 2007 at 02:01:12PM +0800, Peter Teoh wrote:
>     * does databases need to be shareable across heterogeneous systems
> by a simple file copy across the network like SAMBA?

Most db files are not interchangable. And the xenstore db is usually
useless on another system. You want to define your own transfer format
if you want to do this and not rely on the db to support that.

>     * Can't use thread libraries as they conflict with LWP.

"Library for WWW in Perl"? Even wikipedia does not list a better match.
pthread is LSB and SUSv3. And with a proper db you can use fork if
necessary.

>     * identifying the minimal amount of mapping operation needed, and
> possibly its corresponding hashing structures.
>     * and finally, to come up with the simplest design that meet all
> the requirements.
> 
> Can Dan's CDB be a possible alternative candidate for our database
> design?   Please enlighten me :-).

Isn't CDB also read-only, aka needs to be rewritten on each write?
xenstored with tdb does this.

Usually I would say, bdb is a good choice for this usage. Supports
transactions, multiple reader. It is used by many things with large
writing frequency.

Bastian

-- 
No one wants war.
                -- Kirk, "Errand of Mercy", stardate 3201.7

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel