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

       Web browser: ---
            Bug ID: 51272
           Summary: Performance: Investigate HTTP client connection
                    pooling
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Our API connections are currently using the request library due to bugs in
earlier versions of the native http module. We should investigate if those are
fixed in 0.8 or 0.10, and then see if we can use a pool of persistent
connections per worker. That should hopefully speed things up a bit by removing
some latency, and give us control over the maximum concurrency we are
requesting per worker.

See also:
http://nodejs.org/api/http.html#http_class_http_agent

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

Reply via email to