liuzhe02 / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

rap-worker uses large amounts of CPU on systems with 1000 of recordings #1775

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current implementation of rap-worker uses an O(bad) algorithm for scanning 
the recordings for processing, where O(Bad) is at least greater than O(n^2)  :-)

On servers with large (>1000's) of recordings, the rap-worker will consume 
large amounts of CPU.

Original issue reported on code.google.com by ffdixon@gmail.com on 3 Aug 2014 at 9:00

GoogleCodeExporter commented 9 years ago
Fixed in latest build of 0.9.0-dev, see

  https://github.com/bigbluebutton/bigbluebutton/commit/efb44c9dd92a90de359fb00826bd0d3f10182434

Original comment by ffdixon@gmail.com on 3 Aug 2014 at 9:04