https://bugzilla.wikimedia.org/show_bug.cgi?id=59020

       Web browser: ---
            Bug ID: 59020
           Summary: REPORTS-65 Switch to multiprocessing instead of
                    threading
           Product: Tool Labs tools
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: Unprioritized
         Component: tsreports
          Assignee: wmf.bugconver...@gmail.com
          Reporter: wmf.bugconver...@gmail.com
    Classification: Unclassified
   Mobile Platform: ---

This issue was converted from https://jira.toolserver.org/browse/REPORTS-65.
Summary: Switch to multiprocessing instead of threading
Issue type: Improvement - An improvement or enhancement to an existing feature
or task.
Priority: Major
Status: Resolved
Assignee: Merlijn van Deen <valhall...@arctus.nl>

-------------------------------------------------------------------------------
From: Merlijn van Deen <valhall...@arctus.nl>
Date: Sun, 05 Aug 2012 15:32:56
-------------------------------------------------------------------------------

Sometimes the wsgi processes get killed by ZWS (the number of processes is
dynamic). This means the query threads also get killed - switching to
multiprocessing fixes this (because it's a seperate process, it doesn't get
killed anymore)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to