Project

General

Profile

Actions

Architecture #4521

closed

When generating promises, use a cache for template file

Added by François ARMAND about 10 years ago. Updated about 10 years ago.

Status:
Released
Priority:
1
Category:
Performance and scalability
Target version:
Effort required:
Name check:
Fix check:
Regression:

Description

For now, we don't cache template file when generating promises, so we read the template each time it is needed to write a promise for a node.
We could cache them in a Map[template id -> template content], trading I/O for memory (and as Linux is quite good in caching, perhaps actually, we don't trade so much I/O to memory).


Subtasks 2 (0 open2 closed)

Architecture #4537: Make CFClerk able to use template from a cacheReleasedNicolas CHARLES2014-02-27Actions
Architecture #4538: Use promise templates cache when writing promisesReleasedNicolas CHARLES2014-02-27Actions
Actions

Also available in: Atom PDF