[Webkit-unassigned] [Bug 145584] use multiprocessing in run-benchmark to launch web server

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 2 21:46:04 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=145584

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #254129|review+                     |review-
              Flags|                            |

--- Comment #3 from Alexey Proskuryakov <ap at webkit.org> ---
Comment on attachment 254129
  --> https://bugs.webkit.org/attachment.cgi?id=254129
patch

Please do not use multiprocessing. It is broken by design, and we were told that we simply should not use it (see e.g. <rdar://problem/19851334>).

The recommendation is to use either threading or subprocess.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150603/3bbf9a19/attachment.html>


More information about the webkit-unassigned mailing list