We are noticing in our implementation of Shiro that every time a user logs in
a new thread is created.  We also notice that when permissions are being
checked via the isPermitted() method (on the DelegatingSubject object) a new
thread is also created.   Our code has not been put in production yet where
there are a lot of users, however, we suspect the server will crash if we
do.  Has anybody ran into this issue before?  How do Shiro threads work when
calling the isPermitted() method?  Thank you in advance.



--
View this message in context: 
http://shiro-user.582556.n2.nabble.com/Too-many-threads-created-when-calling-isPermitted-tp7578725.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to