Confirmed users
63
edits
| Line 40: | Line 40: | ||
Since we use this data across multiple webheads, a way to store it in memcached or Redis (or even the DB) would be fantastic. Currently we're stuck with data cached in-process, read from files that are on each webhead (or on slow NFS mounts) which can get out of sync, and we have to wait for Python processes to restart before it updates. | Since we use this data across multiple webheads, a way to store it in memcached or Redis (or even the DB) would be fantastic. Currently we're stuck with data cached in-process, read from files that are on each webhead (or on slow NFS mounts) which can get out of sync, and we have to wait for Python processes to restart before it updates. | ||
== mozilladanmark.dk == | |||
We use the json to find the latest version to construct download urls. | |||
== Your website == | == Your website == | ||