All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] improved killing bitbake server
@ 2016-01-05  8:48 Ed Bartosh
  2016-01-05  8:48 ` [PATCH 1/2] bitbake: xmplrpc: split connect method Ed Bartosh
  2016-01-05  8:48 ` [PATCH " Ed Bartosh
  0 siblings, 2 replies; 7+ messages in thread
From: Ed Bartosh @ 2016-01-05  8:48 UTC (permalink / raw)
  To: bitbake-devel

Hi,

Setup of event queue includes registering of UI handler.
This operation can fail when cooker is busy. However, there is
no need in registering UI handler for terminating the server.

This patchset makes server terminating to work without setting up
the event queue and registering UI handler. This should make
terminating server to work more reliably.

This should also help Toaster backend to restart bitbake server
and observer without getting "Could not register UI event handler"
errors.


Ed Bartosh (2):
  bitbake: xmplrpc: split connect method
  bitbake: main: kill server without queue setup

 bitbake/lib/bb/main.py          | 12 +++++++-----
 bitbake/lib/bb/server/xmlrpc.py |  4 ++--
 2 files changed, 9 insertions(+), 7 deletions(-)

--
Regards,
Ed



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-01-05 15:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-05  8:48 [PATCH 0/2] improved killing bitbake server Ed Bartosh
2016-01-05  8:48 ` [PATCH 1/2] bitbake: xmplrpc: split connect method Ed Bartosh
2016-01-05 15:21   ` Burton, Ross
2016-01-05 13:45     ` [PATCH v2 0/2] improved killing bitbake server Ed Bartosh
2016-01-05 13:45       ` [PATCH v2 1/2] bitbake: xmplrpc: split connect method Ed Bartosh
2016-01-05 13:45       ` [PATCH v2 2/2] bitbake: main: kill server without queue setup Ed Bartosh
2016-01-05  8:48 ` [PATCH " Ed Bartosh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.