On 08/02/13 19:35, Cristian Morales Vega wrote:
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; }
Thanks for the heads up, I'll make sure there is no implication of parallelism in libzypp in the final feature list. Will -- To unsubscribe, e-mail: opensuse-project+unsubscribe@opensuse.org To contact the owner, email: opensuse-project+owner@opensuse.org