[Live-devel] Embedding equence number to frames

2013-02-27 Thread XUE MINGQIANG
. Thank you. Regards Mitchell -- Xue Mingqiang Computer Science Department, School of Computing, National University of Singapore. Contact: (+65)81573418 MSN : xuemingqiang2...@hotmail.com Google: xuemingqi...@gmail.com ___ live-devel mailing list live

[Live-devel] Performance imporved -- BasicTaskScheduler base linux epoll

2011-07-28 Thread xue
Linux Epoll patch. Just for reference /** This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version

[Live-devel] Performance imporved -- SingleStep improved

2011-07-28 Thread xue
void BasicTaskScheduler::SingleStep(unsigned maxDelayTime) { fd_set readSet = fReadSet; // make a copy for this select() call fd_set writeSet = fWriteSet; // ditto fd_set exceptionSet = fExceptionSet; // ditto DelayInterval const& timeToDelay = fDelayQueue.timeToNextAlarm(); struc