On 6/16/06, Richard Clark <[EMAIL PROTECTED]> wrote: > The timeout is not actually strictly necessary at all. Assuming you do: > > processor.event.set() > > Whenever you have something for it to process, it should happen > immediately. You could set it to wait indefinitely and it'll still > process whenever you have data. I set a timeout because I'm paranoid, > not because it's necessary.
I implemented your simple example and I got my periodic function being called insanely fast :) I don't see any mention of Event being auto-clearing so I think this a call to clear() is needed somewhere. Regards -- Andy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

