[Fxruby-users] chores & timeouts
Status: Inactive
Brought to you by:
lyle
From: Tom <tku...@so...> - 2004-03-08 22:00:50
|
Hi all, I have tried both chores & 100ms timeouts, but neither seem to fire. I am wrapping a bunch of DB calls inside the chore, and the chore never fires. I tried the same thing with a 100ms timeout, and after 100ms the timeout never fired. Is there some threshold of busy-ness that chores and timeouts do not occur above? The function which does the chore resets the chore-call back to itself, so it's not an issue of firing once and never again, it's that it never fires in the first place. Same thing with the timeout. I display a timer on the start & finish of each function. Well over 250ms passes during the db updates and the 100ms timeout never fires. Any thoughts would be appreciated. Tom |