ccrtp-devel
[Top][All Lists]
Advanced

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

[Ccrtp-devel] SchedulingTimeout problem


From: Guillaume Glodas
Subject: [Ccrtp-devel] SchedulingTimeout problem
Date: Tue, 14 Sep 2004 13:55:16 +0200

Hi,

When there is no data to send, the ccrtp thread waits until
defaultSchedulingTimeout is reached even if data are pushed in the
queue. When defaultSchedulingTimeout is too high it can cause packet to
be sent too late, when defaultSchedulingTimeout is too small it can
increase the load of the computer.
That's why we propose to replace this timeout with a
OutgoingDataQueue::waitData method which waits until the queue is no
more empty or a timeout is reached. It seems to dicrease computer load.
What do you think about this modification?
Regards,

Guillaume Glodas

Attachment: oqueue.h
Description: Text Data

Attachment: outqueue.cpp
Description: Text Data

Attachment: rtp.h
Description: Text Data


reply via email to

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