[EMAIL PROTECTED] wrote:
> 
> On Thu, Aug 31, 2000 at 11:18:34AM +0100, Trevor Woolven wrote:
> > [EMAIL PROTECTED] wrote:
> > I wasn't being critical just asking for information but I have to echo Stuart
> > here, if you have some speed/determinism problems with Steve's pThreads package
> > then I'd like to take a look at them if you don't mind.
> 
> My understanding is that, for example,
> there is dynamic memory allocation in Steve's package.
> 

Hi Victor,

You're correct, there is dynamic memory allocation in the pthreads
package, but it makes use of pre-allocated chunks of memory during the
real time phases.  These chunks of memory are replenished and/or
released when the real time components are inactive, and so the impact
on speed and determinism is minimal.  There are no calls made to
allocate or deallocate memory from the Linux kernel during real time
operation,

Best regards,

Steve

-- 

Lineo Industrial Solutions Group
Visit http://www.lineo.com/


-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to