python-keystoneclient/doc
Jamie Lennox 556c1a6633 Identity plugin thread safety
A common case is for Nova (or other service) to create a service
authentication plugin from a configuration file and then have many
greenlet threads that want to reuse that authentication. If a token
expires then many threads all try and fetch a new token to use and can
step over each other.

I was hoping for a way to put a lock in so that all plugins were thread
safe however fixing it for identity plugins solves almost all real world
situations and anyone doing non-identity plugins will have to manage
threads themselves.

Change-Id: Ib6487de7de638abc69660c851bd048a8ec177109
Closes-Bug: #1493835
2015-09-10 10:18:36 +10:00
..
source Identity plugin thread safety 2015-09-10 10:18:36 +10:00
.gitignore Move docs to doc. 2012-06-11 13:33:02 -07:00
Makefile Move docs to doc. 2012-06-11 13:33:02 -07:00