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

       Web browser: ---
            Bug ID: 60210
           Summary: MediaWiki starts external PHP on every request - even
                    if job queue is empty
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: JobQueue
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: mediawiki-b...@cboltz.de
                CC: tstarl...@wikimedia.org
    Classification: Unclassified
   Mobile Platform: ---

Probably since https://gerrit.wikimedia.org/r/#/c/59797/ job handling starts an
external php process by default.

This happens even if the job queue is empty.

Is this intentional? I somehow doubt starting a php interpreter just to find
out it's empty won't improve performance...

I'm quite sure checking the database if there are jobs to run won't be too
"expensive", and can avoid lots of more expensive PHP interpreter starts ;-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
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