node-solid-server icon indicating copy to clipboard operation
node-solid-server copied to clipboard

Reuse in-memory RDF store for consecutive PATCH requests

Open michielbdejong opened this issue 5 years ago • 0 comments

When you do two consecutive write operations on the same resource, the data has to go to disk and go back into memory in-between the first and the second request. If there is no time for that, the second PATCH fails with because the resource is locked.

This behaviour could be improved by reusing the in-memory RDF store across requests.

michielbdejong avatar Nov 20 '20 08:11 michielbdejong