glob2-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [glob2-devel] Threads ?


From: Stephane Magnenat
Subject: Re: [glob2-devel] Threads ?
Date: Wed, 11 May 2005 09:08:19 +0200
User-agent: KMail/1.8

On Wednesday 11 May 2005 00.19, Nuage wrote:
> Hello, thank you for your interrest.
>
> >From a technical poit of view, we could still use sepatate threads and
>
> display every frame exactly once. The idea would be to start the displaying
> process just once the first computation step is finished, and to start the
> next displaying and computation process step only once both are finished.
>                __compute(1)__    __compute(2)__
> __compute(0)__/              \__/              \__
>               \__display(0)__/  \__display(1)__/  \__display(2)__/
>

This would only improve speed with several processors or hyperthreading. And 
in those case, glob2 already runs fast. And it would require implementing 
locking everywhere. Yes, it is feasible. No we won't do it until further 
notice ;-)

Steph




reply via email to

[Prev in Thread] Current Thread [Next in Thread]