tusury / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

vt-password: Multithreaded usage of vt-password? #233

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I can't find any documentation whether or not I can cache instances to use it 
multithreaded. 

From the code I guess I can use PasswordValidator multithreaded. Is that 
correct?

Assuming the rules don't change and you don't provide a own messaageresolver.

Original issue reported on code.google.com by otaku...@gmail.com on 20 Oct 2014 at 1:06

GoogleCodeExporter commented 8 years ago
We currently use a single PasswordValidator in a multi-threaded environment.
As long as your threads aren't modifying the rules you should be fine.

Original comment by dfis...@gmail.com on 22 Oct 2014 at 2:22

GoogleCodeExporter commented 8 years ago

Original comment by dfis...@gmail.com on 2 Mar 2015 at 4:18