mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #98] document using a more scalable session store - memcached? #96
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThomasWaldmann on GitHub (Nov 30, 2013).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/98
by default, django stores sessions into the database, which might be an issue for a heavily used site.
note: we can NOT use cookie sessions as we need to be able to access the session store on the server, to update detected ipv4/v6 addresses.
it can be optimized using memcached, see the django docs.
document (in our docs) how to do it (point to django docs?).
@ThomasWaldmann commented on GitHub (Oct 27, 2014):
I didn't see any load issue due to this yet, so we can close this for now and reopen in case it really happens to be a problem.