• Max Kellermann's avatar
    Main: use the IOThread for outputs and mixers · 853740f1
    Max Kellermann authored
    The main EventLoop can block for a long time while a client's command
    runs, and is therefore inappropriate for internal engine I/O.  This
    fixes a serious regression for at least the "httpd" output, which used
    to be hard-coded for the IOThread, but now receives the main EventLoop
    as an initialization parameter.
    
    For the mixers, this doesn't make much of a difference.  They are not
    latency critical.
    853740f1
Name
Last commit
Last update
android Loading commit data...
doc Loading commit data...
m4 Loading commit data...
python/build Loading commit data...
scripts Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
win32 Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README.md Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...