8 Feb
2013
8 Feb
'13
18:35
https://news.opensuse.org/2013/02/07/heat-up-our-servers-12-3-rc1-is-ready-t... "Major release allows transactions to be parallelized for better performance. The libzypp backend used by openSUSE was completely rewritten around the new API, allowing a lot of old ugly bugs to be shown the door." Makes readers think the "rewritten libzypp backend" actually "allows transactions to be parallelized". But the code says: /** * We do not pretend we're thread safe when all we do is having a huge mutex */ gboolean pk_backend_supports_parallelization (PkBackend *backend) { return FALSE; } -- To unsubscribe, e-mail: opensuse-project+unsubscribe@opensuse.org To contact the owner, email: opensuse-project+owner@opensuse.org