libvirt/examples/domain-events
Daniel P. Berrange 331d7b09a7 Prevent overfilling of self-pipe in python event loop
If the event loop takes a very long time todo something, it is
possible for the 'self pipe' buffer to become full at which
point the entire event loop + remote driver deadlock. Use a
boolean flag to ensure we have strict one-in, one-out behaviour
on writes/reads of the 'self pipe'
2011-01-28 11:48:27 +00:00
..
events-c build: fix example build on MacOS X 2010-09-30 11:34:00 -06:00
events-python Prevent overfilling of self-pipe in python event loop 2011-01-28 11:48:27 +00:00