generic-poky/bitbake/lib/bb/server
Richard Purdie bdfc5207a0 bitbake: bitbake: Always use separate process for PR Service
Using the threading module interacts badly with multiprocessing used elsewhere
in bitbake under certain machine loads. This was leading to bitbake hanging on
Ctrl+C when the PR Server was being used.

This patch converts it to always use the daemonize code which
then means the threading code isn't required.

[YOCTO #3742]

(Bitbake rev: 2d0bbd9398ab839bd2d1e29e50b25d52efb1ce2a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-02-06 23:45:36 +00:00
..
__init__.py bitbake: Don't import xmlrpc server unless needed 2010-01-22 16:15:50 +00:00
none.py bitbake: bitbake/server: Remove dead console log code 2012-11-01 11:46:21 +00:00
process.py bitbake: bitbake: Always use separate process for PR Service 2013-02-06 23:45:36 +00:00
xmlrpc.py bitbake: xmlrpc: Unbreak the transport by adding a missing logfile name 2012-12-04 18:02:02 +00:00