Re: [sheepdog] [PATCH 1/2] sheep: use work queue for asynchronous local request

2014-01-17 Thread Liu Yuan
On Fri, Jan 17, 2014 at 05:41:44PM +0900, MORITA Kazutaka wrote: > At Fri, 17 Jan 2014 16:32:51 +0800, > Liu Yuan wrote: > > > > On Fri, Jan 17, 2014 at 12:35:31PM +0900, MORITA Kazutaka wrote: > > > From: MORITA Kazutaka > > > > > > We can use our work queue framework for handling asynchrouns r

Re: [sheepdog] [PATCH 1/2] sheep: use work queue for asynchronous local request

2014-01-17 Thread MORITA Kazutaka
At Fri, 17 Jan 2014 16:32:51 +0800, Liu Yuan wrote: > > On Fri, Jan 17, 2014 at 12:35:31PM +0900, MORITA Kazutaka wrote: > > From: MORITA Kazutaka > > > > We can use our work queue framework for handling asynchrouns requests. > > There is no need to create short living events. > > > > Signed-of

Re: [sheepdog] [PATCH 1/2] sheep: use work queue for asynchronous local request

2014-01-17 Thread Liu Yuan
On Fri, Jan 17, 2014 at 12:35:31PM +0900, MORITA Kazutaka wrote: > From: MORITA Kazutaka > > We can use our work queue framework for handling asynchrouns requests. > There is no need to create short living events. > > Signed-off-by: MORITA Kazutaka > --- > sheep/request.c| 73 > ++

[sheepdog] [PATCH 1/2] sheep: use work queue for asynchronous local request

2014-01-16 Thread MORITA Kazutaka
From: MORITA Kazutaka We can use our work queue framework for handling asynchrouns requests. There is no need to create short living events. Signed-off-by: MORITA Kazutaka --- sheep/request.c| 73 +- sheep/sheep.c | 4 ++- sheep/she