From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zheng Li Subject: Some oxenstored improvements (v2) Date: Tue, 16 Sep 2014 10:31:29 +0100 Message-ID: <1410859897-31563-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.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XTwD2-00075k-5z for xen-devel@lists.xenproject.org; Tue, 16 Sep 2014 17:06:32 +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 , "Liuqiming (John)" , Ian Jackson List-Id: xen-devel@lists.xenproject.org It's 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 the 2nd version with all previous review comments addressed.