View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008767 | MMW v4 | Other | public | 2011-11-28 16:26 | 2012-12-30 23:37 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 4.0 | ||||
Target Version | 4.1 | Fixed in Version | 4.1 | ||
Summary | 0008767: Split podcast feed content parsing/updating to more threads | ||||
Description | In MM3 we used to start several threads for podcast updating, in MM4 we start only one thread, but individual episodes are downloaded in several threads as can be seen under the 'Downloads' node. The negative effect is that if the feed content is updating and no episodes are going to be downloaded then MM3 is faster because the operations are performed in several threads. User says for 30 podcast feeds: - MM3 takes 10 seconds - MM4 takes 30 seconds | ||||
Additional Information | http://www.mediamonkey.com/support/staff/index.php?_m=tickets&_a=viewticket&ticketid=14236 http://www.mediamonkey.com/forum/viewtopic.php?f=7&t=62069 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1615 | ||||
|
Note that in MM3 there were 3 progress bars for 3 updating threads. In MM4 should be only one progress bar for several updating threads. |
|
Raising priority from high to urgent because of another report: 0010229 |
|
Fixed in build 1614. |
|
Re-opened and limited the number of threads to 3, because more threads are rather slower in some enviroments because of SQLite bottleneck or network bottleneck . Some further improvements are tracked here: 0010229 |
|
Verified 1615 |
|
retested with 1616 just to ensure it can be closed |