From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zheng Li Subject: Some oxenstored improvements (v3) Date: Thu, 25 Sep 2014 18:34:53 +0100 Message-ID: <1411666502-23709-1-git-send-email-dev@zheng.li> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XXCwj-00070e-3S for xen-devel@lists.xenproject.org; Thu, 25 Sep 2014 17:35:13 +0000 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Dave Scott , Joe Jin , "Luis R. Rodriguez" , Luonengjun , Fanhenglong , Ian Jackson , "Liuqiming (John)" List-Id: xen-devel@lists.xenproject.org This is mainly about removing the 1024 fds limitation in the current oxenstored implementation. We also fixed some bugs and made some perf improvements along the way. This is v3. The first 6 patches are the same as in v2. For patch 7/8/9, we * Add a safe net mechanism for ill-behaved legacy clients * Make some performance improvement to reduce syslog workload * Small refactoring on patch 7/8 to accomodate the new changes Cheers, Zheng