Skip to content

Improve performance by tracking nonces on the API server #6

@ergofobe

Description

@ergofobe

Rather than sending an expensive DB update to the SQL server on every API call, it would be better to track the nonces for sessions on the API server, perhaps in memory. When the API server is scaled out to multiple hosts, this could use memcached which is still much faster than MySQL at simple key/value pairs like this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions