libupnp/threadutil
Fabrice Fontaine fe7a073bc7 Bug fix on burst of GENA notification
When a lot of notifications were generated by a device in a short
period of time then 100% of the CPU was used to reorder those
notifications by pushing back the thread in the job queue. This
mechanism has been modified so now thread sleep 1 ms before being
pushed back into the job queue.

Removing DEFAULT_SCHED_PARAM parameter and use
sched_get_priority_min(DEFAULT_POLICY) instead.
(cherry picked from commit c33b11d09f)
2010-09-28 20:44:06 -03:00
..
inc Bug fix on burst of GENA notification 2010-09-28 20:44:06 -03:00
src Bug fix on burst of GENA notification 2010-09-28 20:44:06 -03:00
Makefile.am Using pthread flags for the whole project, not just at the places 2007-12-25 18:29:52 +00:00