Andrzej Kapolka
|
d2f947aee1
|
Working on LRU cache for resources.
|
2014-03-10 10:49:38 -07:00 |
|
Andrzej Kapolka
|
8ec7a5e600
|
When we time out, report the last received/total counts.
|
2014-03-06 15:08:34 -08:00 |
|
Andrzej Kapolka
|
1468bd1b49
|
Add a five second download timeout timer: if that much time passes without
any progress, consider it an error.
|
2014-03-06 14:31:13 -08:00 |
|
Andrzej Kapolka
|
7ecfeeaba3
|
Do the actual reading of the reply on the worker thread. Otherwise, when we
read from the cache, we're reading synchronously from a file. Closes #2171.
|
2014-03-03 15:16:13 -08:00 |
|
ZappoMan
|
ef87fbffac
|
Merge branch 'master' of https://github.com/worklist/hifi into octree_server_scaling
Conflicts:
libraries/shared/src/ResourceCache.cpp
|
2014-02-28 16:58:43 -08:00 |
|
ZappoMan
|
d2faca9767
|
fixed some warnings
|
2014-02-28 16:17:30 -08:00 |
|
Andrzej Kapolka
|
2f27d8ecd3
|
Process geometry/textures in worker threads (via QThreadPool). Closes #2137.
|
2014-02-28 16:14:02 -08:00 |
|
Andrzej Kapolka
|
21a149348b
|
When switching models, retain old one until new one is loaded. Closes #2146.
|
2014-02-28 13:57:25 -08:00 |
|
Andrzej Kapolka
|
73ec568b4b
|
Further work on request limiting.
|
2014-02-27 19:28:45 -08:00 |
|
Andrzej Kapolka
|
29f7954d20
|
Factored out bits common to resource caches, added global limit on number of
resources being requested at any one time.
|
2014-02-27 18:13:40 -08:00 |
|