1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons/lvmdbusd
Tony Asleson 96118a2508 lvmdbusd: Stop using threads for job wait
Instead of creating a thread to handle the case where a client
is calling job.Wait, we will utilize a timer.  This significantly
reduces the number of threads that get created and destroyed while
the service is running.
2016-11-02 16:39:13 -05:00
..
__init__.py lbmdbusd: Support in-tree testing. 2016-02-18 13:26:08 +00:00
automatedproperties.py lvmdbusd: Correct imports 2016-09-19 15:32:47 -05:00
background.py lvmdbusd: Stop using threads for job wait 2016-11-02 16:39:13 -05:00
cfg.py lvmdbusd: Correct imports 2016-08-29 15:26:56 -05:00
cmdhandler.py lvmdbusd: Remove log ouput when ec=0 & stderr != 0 bytes 2016-10-11 13:16:57 -05:00
fetch.py lvmdbusd: Execute load in main thread 2016-11-02 16:38:49 -05:00
job.py lvmdbusd: Stop using threads for job wait 2016-11-02 16:39:13 -05:00
loader.py lvmdbus: Add new daemon. 2016-02-17 23:53:35 +00:00
lv.py lvmdbusd: Don't use dbus lib in worker thread 2016-11-02 16:39:03 -05:00
lvm_shell_proxy.py lvmdbusd: Disable lvm abort on too much log output 2016-10-11 13:16:57 -05:00
lvmdb.py lvmdbusd: Use 'pv_missing' column instead of '[unknown]' 2016-09-28 12:07:48 -05:00
lvmdbusd lvmdbusd: Correct imports 2016-08-29 15:26:56 -05:00
main.py lvmdbusd: main.py: change debug msg text 2016-11-02 16:39:13 -05:00
Makefile.in make: add generated parts of lvmdbusd to DISTCLEAN_TARGETS for make distclean 2016-06-02 11:58:54 +02:00
manager.py lvmdbusd: Don't use dbus lib in worker thread 2016-11-02 16:39:03 -05:00
objectmanager.py lvmdbusd: Use 'pv_missing' column instead of '[unknown]' 2016-09-28 12:07:48 -05:00
path.py.in lvmdbus: Add new daemon. 2016-02-17 23:53:35 +00:00
pv.py lvmdbusd: Don't use dbus lib in worker thread 2016-11-02 16:39:03 -05:00
refresh.py lvmdbus: Add new daemon. 2016-02-17 23:53:35 +00:00
request.py lvmdbusd: Return results in main thread 2016-11-02 16:38:00 -05:00
state.py lvmdbus: Add new daemon. 2016-02-17 23:53:35 +00:00
udevwatch.py lvmdbusd: Use udev until ExternalEvent occurs 2016-08-29 15:26:55 -05:00
utils.py lvmdbusd: Return results in main thread 2016-11-02 16:38:00 -05:00
vg.py lvmdbusd: Don't use dbus lib in worker thread 2016-11-02 16:39:03 -05:00