In message <41FDD507.2040409_at_samsco.org>, Scott Long writes: >Taskqueues really are very non-deterministic and a poor choice for >periodic events. They really are only suitable for events that are >uncommon and don't require any sense whatsoever of urgency. While the >callout API doesn't have any real-time guarantees, there is an >assumption that assigned callouts will be generated with a reasonable >amount of accuracy and consistency, and not be held up by a task that >has an indefinite run time. Either a new dedicated kthread-based task >needs to be created for what you propose, or the simplier approach can >be taken of just deferring callouts that fail the trylock test to the >end of the list. Either of those would work for me. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk_at_FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.Received on Mon Jan 31 2005 - 06:57:29 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:27 UTC