Tho, I don't understand why you suggest removing the "sleep" command
(?) since it's the same in both the new and the old function:

    // Give the backend time to catch up?
        if ($sleep > 0)
            sleep($sleep);

current versions of backend_notify_changes pass a recordid in as the first parameter, not sleep. if the recordid is 1000, you don't want mythweb to sleep for 1000 seconds.


the old scheduler didn't need a recordid -- the new one is optimized and prefers it. I don't think that the sleep function has been used in a long time.

-Chris
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to