-
Currently the XHR request gets cached as it could be reused in structured file formats that allow to adress multiple objects within one resource. However, the cached responses claim a lot of memory.
…
ksons updated
10 years ago
-
Now that we have the ability to know when Cache Entries have expired, we need to implement a mechanism to actually remove expired Cache Entries as the current implementation does not actually remove e…
-
I don't know if it is a know issue, but i think it will be better to report.
Using ereg, eregi, split and other posix functions can cause spontaneous segfault. It usually occurs after several hundreds…
-
Please explain why buffering static file data in memory is a good idea, and provide comparative benchmarks proving it. Most modern kernels already do this for you (see the 'cache' value in free(1)); …
-
Here's the scenario, which is happening in private test case 7:
The test case is adding 50 pages to the file. Since the cache size is only 10 frames, then pages 0 to 9 will be stored in cache (in fra…
-
Hello,
I am trying to use Hazelcast 3.0 but I am facing a strange behaviour.
Sometimes, when I put some data into the map, it gets evicted, even if the max-size is not reached.
Here is a sample code
…
-
An update to the below issue send via email. I followed the instructions and made a separate file for storing my experiments using the template as pointed in: https://github.com/cawka/ndnSIM-scenario-…
-
Hello.
I assume that ngx_pagespeed + memcached will only cache results from reading files under cache directory. Can 'cache directory' be fully removed - so can we cache fully in memory?
Also it wou…
-
Great library.
You can easily replace the `dictionary` hash used by `useragent.lookup` with eg. [lru-cache](https://npmjs.org/package/lru-cache) to resolve this. Great if the options for `lru-cache`…
-
Now that we have the ability to know when Cache Entries have expired, we need to implement a mechanism to actually remove expired Cache Entries as the current implementation does not actually remove e…