On 10/4/2010 3:40 AM, Arun R Bharadwaj wrote:
Hi,
I am working on introducing threading model into Qemu. This introduces
the Threadlets infrastructure which allows subsystems to offload possibly
blocking work to a queue to be processed by a pool of threads asynchrnonously.
Threadlets are useful
On 10/4/2010 8:49 AM, Stefan Hajnoczi wrote:
On Mon, Oct 4, 2010 at 4:37 PM, Anthony Liguori wrote:
On 10/04/2010 05:40 AM, Arun R Bharadwaj wrote:
Hi,
I am working on introducing threading model into Qemu. This introduces
the Threadlets infrastructure which allows subsystems to offload poss
On Mon, Oct 4, 2010 at 4:37 PM, Anthony Liguori wrote:
> On 10/04/2010 05:40 AM, Arun R Bharadwaj wrote:
>>
>> Hi,
>>
>> I am working on introducing threading model into Qemu. This introduces
>> the Threadlets infrastructure which allows subsystems to offload possibly
>> blocking work to a queue t
On 10/04/2010 05:40 AM, Arun R Bharadwaj wrote:
Hi,
I am working on introducing threading model into Qemu. This introduces
the Threadlets infrastructure which allows subsystems to offload possibly
blocking work to a queue to be processed by a pool of threads asynchrnonously.
Threadlets are usefu
On Mon, Oct 4, 2010 at 11:40 AM, Arun R Bharadwaj
wrote:
> I suspect this is the reason why
> I am seeing performance hit with the threading model, because this
> time is much more than the time needed to complete the entire
> v9fs_read call in the non threading model case.
If the cost of the thr
Hi,
I am working on introducing threading model into Qemu. This introduces
the Threadlets infrastructure which allows subsystems to offload possibly
blocking work to a queue to be processed by a pool of threads asynchrnonously.
Threadlets are useful when there are operations that can be performed