You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
In order to be webscale Webird needs to be able to cache the ACL.
This is complicated by the fact that the ACL permissions can be changed through the admin module and that the current dist environment caching is pointed at a read only cache directory (where precompiled Volt templates are stored).
Work will need to be done to make Webird use the temporary folder for ACL data instead of the cache. This is trivial in itself but it does expose a weakness in the semantics of the tmp and cache folders. So perhaps Webird needs an official tmp, cache and cache-static designation that allows a more easily understandable difference between the dev and dist environment.
The text was updated successfully, but these errors were encountered:
In order to be webscale Webird needs to be able to cache the ACL.
This is complicated by the fact that the ACL permissions can be changed through the
admin
module and that the currentdist
environment caching is pointed at a read only cache directory (where precompiled Volt templates are stored).Work will need to be done to make Webird use the temporary folder for ACL data instead of the cache. This is trivial in itself but it does expose a weakness in the semantics of the
tmp
andcache
folders. So perhaps Webird needs an officialtmp
,cache
andcache-static
designation that allows a more easily understandable difference between thedev
anddist
environment.The text was updated successfully, but these errors were encountered: