Last modified: 2014-06-06 23:10:26 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T53272, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 51272 - Performance: Investigate HTTP client connection pooling and HTTP pipelining
Performance: Investigate HTTP client connection pooling and HTTP pipelining
Status: NEW
Product: Parsoid
Classification: Unclassified
General (Other open bugs)
unspecified
All All
: Normal normal
: ---
Assigned To: Gabriel Wicke
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-07-13 00:22 UTC by Gabriel Wicke
Modified: 2014-06-06 23:10 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Gabriel Wicke 2013-07-13 00:22:19 UTC
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
Comment 1 Gabriel Wicke 2014-06-06 23:10:26 UTC
Perhaps we'll just skip ahead to SPDY..

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links