Dan Kenigsberg has submitted this change and it was merged.

Change subject: Factor betterThreading out of Vdsm
......................................................................


Factor betterThreading out of Vdsm

Recently, I've spun-off betterThreading as
http://pypi.python.org/pypi/pthreading and have placed it in Fedora
https://admin.fedoraproject.org/pkgdb/acls/name/python-pthreading .

I believe that other complex multi-threading Python2 applications running
on Linux would benefit from python-threading. Let us use it instead of
containing it.

Python3's implementation of threading already uses pthread, making
pthreading useless if Python 3 is used.

Change-Id: I9353f393050cea3b1811bc6f778eb23f0849ccc2
Signed-off-by: Dan Kenigsberg <[email protected]>
---
M Makefile.am
M tests/Makefile.am
D tests/betterThreadingTests.py
M vdsm.spec.in
M vdsm/Makefile.am
D vdsm/betterThreading.py
D vdsm/pthread.py
M vdsm/vdsm
8 files changed, 6 insertions(+), 484 deletions(-)

Approvals:
  Hunt Xu: Looks good to me, but someone else must approve
  Dan Kenigsberg: Verified; Looks good to me, approved


--
To view, visit http://gerrit.ovirt.org/7886
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9353f393050cea3b1811bc6f778eb23f0849ccc2
Gerrit-PatchSet: 4
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Hunt Xu <[email protected]>
Gerrit-Reviewer: Michal Skrivanek <[email protected]>
Gerrit-Reviewer: Saggi Mizrahi <[email protected]>
Gerrit-Reviewer: Shu Ming <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to