Java Security Manager是否会降低性能?

编程入门 行业动态 更新时间:2024-10-28 18:33:03
本文介绍了Java Security Manager是否会降低性能?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

实现Java安全管理器是否会导致性能下降?

Does implementing the Java Security Manager result in decreased performance?

推荐答案

这完全取决于实现细节和应用程序.

That depends entirely on the details of the implementation, and on the application.

当然可以实现需要花费很长时间检查某些权限的安全管理器,以及需要非常频繁地检查这些权限的应用程序,从而导致可怕的性能.

It's certainly possible to implement a Security Manager that takes a long time to check certain permissions and an application that requires these premissions to be checked very frequently, resulting in horrible performance.

但是通常情况下,检查权限的发生频率不足以导致性能显着下降.

But typically, checking permissions does not happen often enough to cause significant performance decreases.

更多推荐

Java Security Manager是否会降低性能?

本文发布于:2023-07-22 12:31:26,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1187534.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:是否会   性能   Java   Security   Manager

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!