Java应用范围
在特定会话期间,如果我获取应用程序上下文并存储或更改应用程序范围内的某些内容,那么在服务器重新启动之前,它是否可供所有会话使用?
During a particular session if I obtain application context and store or change something in application scope, would it become available to all the sessions until the server is rebooted?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。这是应用范围的目标之一。
Yes. This is one of the goals of application scope.
直到应用程序或服务器重新启动,是的。
但这种事情测试起来微不足道,你应该测试它——没有答案胜过你自己做的测试。
Until the application is restarted, or the server, yes.
But this kind of thing is trivial to test, you should test it — no answer beats a test that you make yourself.