Hi, What so you mean by "our implementation of Shiro"? Do you use an official release or do you use a custom implementation? If you use a custom implementation but don't provide the source code, no one can help you.
Christian -----Message d'origine----- De : ApacheNinja [mailto:[email protected]] Envoyé : May-14-13 9:47 PM À : [email protected] Objet : Too many threads created when calling isPermitted() 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.
