Forum Discussion
RokuJoel
12 years agoBinge Watcher
That seems somewhat strange - which screensaver are you running that "jerks"? This sounds like a cpu usage issue clearly, either by the screensaver or by your app, but I wonder what is going on under the hood of your channel besides waiting and an occasional http request? When you say "waits" is that a sleep(10000000) or is that 
while timer.gettotalseconds() < 10000000
end while
or is it
msg=wait(100000000, port)
Basically, unless your channel is duplicating screensaver functionality in some way - the screen is updated frequently, every pixel on the screen is changed at least once every 15 minutes - we want the screensaver to run, we don't want you burning in an image on someones old Plasma flatscreen.
- Joel
- Joel
while timer.gettotalseconds() < 10000000
end while
or is it
msg=wait(100000000, port)
Basically, unless your channel is duplicating screensaver functionality in some way - the screen is updated frequently, every pixel on the screen is changed at least once every 15 minutes - we want the screensaver to run, we don't want you burning in an image on someones old Plasma flatscreen.
- Joel
- Joel