Sunday, February 10, 2019

Python Sweetness: Mitogen v0.2.4 released

Mitogen for Ansible v0.2.4 has been released. This version is noteworthy as it contains major improvements to the core libary and Ansible extension to improve its behaviour in the face of larger Ansible runs.

Work in this area continues, as it progresses towards inclusion of a patch held back since last summer to introduce per-CPU multiplexers. The current goal is to exhaust profiling gains from a single process before landing that patch, as all single-CPU gains continue to apply in that case, and there is much less risk of inefficiency being hidden beneath the noise created by multiple multiplexer processes.

Please kick the tires, and as always, bug reports are welcome!

Just tuning in?



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...