generic-poky/bitbake/lib/prserv
Richard Purdie 8da8a0e55e bitbake: prserv/serv: Improve exit handling
Currently, I'm not sure how the prserver managed to shut down cleanly. These
issues may explain some of the hangs people have reported.

This change:

* Ensures the connection acceptance thread monitors self.quit
* We wait for the thread to exit before exitting
* We sync the database when the thread exits
* We do what the comment mentions, timeout after 30s and sync the database
  if needed. Previously, there was no timeout (the 0.5 applies to sockets,
  not the Queue object)

(Bitbake rev: 0926492295d485813d8a4f6b77c7b152e4c5b4c4)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-01-23 11:31:58 +00:00
..
__init__.py bitbake: lib: fix no newline at end of file 2014-07-04 09:28:36 +01:00
db.py bitbake: prserv: Use WAL mode 2014-11-06 16:45:23 +00:00
serv.py bitbake: prserv/serv: Improve exit handling 2015-01-23 11:31:58 +00:00