Re: [Live-devel] About the tv_timeToDelay param in the select() function

2008-12-28 Thread Ross Finlayson
I have another question about the tv_timeToDelay param in the select() function, in BasicTaskScheduler class. By default, I notified the timeout value is 0 No, that's not true. By default, the 'timeout' parameter to the "select()" call will be the time until the next 'delayed task' comes du

[Live-devel] About the tv_timeToDelay param in the select() function

2008-12-28 Thread zhi sun
Hi Ross, I have another question about the tv_timeToDelay param in the select() function, in BasicTaskScheduler class. By default, I notified the timeout value is 0, that means the select() never stops for waiting an available signals (connect/read socket, read file). I am wondering why not to s