generic-poky/bitbake/lib/bb/server
Alexandru DAMIAN f549cdd712 bitbake: xmlrpc: Allow server to remain memory resident
This patch enables the XMLRPC server to remain
resident in memory after a task is run, and to accept
a new controlling client. To check the server after
task completion, do

lsof bitbake.lock

in the build directory. Kill the server with kill.

(Bitbake rev: e823e1f0675ff3794eb39ef0b4df2d7a220f4013)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-06-07 14:13:18 +01:00
..
__init__.py bitbake: bitbake server: create common server infrastructure 2013-06-07 14:13:18 +01:00
process.py bitbake: bitbake server: create common server infrastructure 2013-06-07 14:13:18 +01:00
xmlrpc.py bitbake: xmlrpc: Allow server to remain memory resident 2013-06-07 14:13:18 +01:00