Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 11126024: Speed up filter subscription processing by using a thread pool (Closed)

Created:
July 18, 2013, 11:22 a.m. by Wladimir Palant
Modified:
July 18, 2013, 11:30 a.m.
Reviewers:
Sebastian Noack
Visibility:
Public.

Description

Subscription processing is CPU-bound due to the 7za calls. Still, the server has a multi-core processor meaning that this task can run faster if we use a thread pool.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -20 lines) Patch
M sitescripts/subscriptions/combineSubscriptions.py View 1 chunk +34 lines, -20 lines 0 comments Download

Messages

Total messages: 2
Wladimir Palant
July 18, 2013, 11:22 a.m. (2013-07-18 11:22:41 UTC) #1
Wladimir Palant
July 18, 2013, 11:30 a.m. (2013-07-18 11:30:48 UTC) #2
Never mind - stupid me, the server has a single-core processor. So this change
needs to be backed out, reducing the number of 7za passes is a better approach.

Powered by Google App Engine
This is Rietveld