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] [Patch] Make SEXPR HTTP service multi-threaded

To: "Daniel P. Berrange" <berrange@xxxxxxxxxx>
Subject: Re: [Xen-devel] [Patch] Make SEXPR HTTP service multi-threaded
From: Ewan Mellor <ewan@xxxxxxxxxxxxx>
Date: Thu, 7 Dec 2006 12:08:33 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 07 Dec 2006 04:08:38 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20061025175817.GB18644@xxxxxxxxxx>
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: <20061025175817.GB18644@xxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
On Wed, Oct 25, 2006 at 06:58:17PM +0100, Daniel P. Berrange wrote:

> The HTTP service used for SEXPR based RPC calls currently serializes all
> incoming client requests. Since some requests can take non-trivial time
> blocking out other clients in this way has bad consequences. The attached
> patch makes XenD spawn a new thread to handle each incoming HTTP request.
> This same approach is already taken in the XML-RPC service in XenD so I
> don't anticipate any multi-thread issues (at least none which don't already
> exist). Please apply to xen-unstable tree
> 
>     Signed-of-by: Daniel P. Berrange <berrange@xxxxxxxxxx>
> 
> NB, this is same patch as previously submitted 
> http://lists.xensource.com/archives/html/xen-devel/2006-10/msg00264.html
> 

Applied Daniel, thanks, and sorry for the extreme delay -- I've just found
this one lurking in my inbox.

Ewan.

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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-devel] [Patch] Make SEXPR HTTP service multi-threaded, Ewan Mellor <=