corba中当前执行请求的信息

发布于 2024-11-30 08:48:32 字数 119 浏览 2 评论 0原文

我需要有关 CORBA 应用程序中服务器中当前正在执行的请求的信息。我正在使用 CorbaomniORB。我知道,在 Ice 中,服务器端实现的每个函数都有一个参数 Ice::Current。 CORBA 中有类似的东西吗?

I need information about currently executing request in server in CORBA application. I am using Corba omniORB. I know, that in Ice for every function implemented in server-side there is parameter Ice::Current. Is there something similar in CORBA ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

芸娘子的小脾气 2024-12-07 08:48:32

CORBA 规范故意抽象了客户端证书和其他与传输相关的详细信息。 OmniORB 可能有一些扩展允许这种调查,但我对此表示怀疑。

最好的办法是将日志记录调到最大,看看客户端证书的详细信息是否出现在任何地方。

Client certificates and other transport-related details were deliberately abstracted away by the CORBA spec. OmniORB might have some extension that allows this kind of investigation but I doubt it.

Your best bet is to turn up logging to the max and see if the client certificate's details appear anywhere.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文