[SSSD] [PATCH] leave space to run fd events on long operations

2009-09-25 Thread Simo Sorce
This is actually a workaround as we don't have a way to create a low prio tevent queue that fires at a priority lower than file events. I'll work with upstream to fix this later on, meanwhile this patch will do. FYI: I haven't used timed_timeval_add() because it is buggy wrt microseconds in

Re: [SSSD] [PATCH] leave space to run fd events on long operations

2009-09-25 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/25/2009 11:22 AM, Simo Sorce wrote: This is actually a workaround as we don't have a way to create a low prio tevent queue that fires at a priority lower than file events. I'll work with upstream to fix this later on, meanwhile this patch