gsoap 作为肥皂客户端是线程安全的吗?

发布于 2024-10-19 17:40:06 字数 102 浏览 1 评论 0原文

我正在使用 gsoap 2.8 来连接到 WCF 服务(我的应用程序是客户端)。

它是线程安全的吗?我应该定义一些预编译定义吗?

谢谢,

马坦

I'm using gsoap 2.8 in order to connect to a WCF service (My application is the client).

Is it threadsafe? Should I define some precompiled definition?

Thanks,

Mattan

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

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

发布评论

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

评论(1

任谁 2024-10-26 17:40:06

虽然我只在单个线程中使用过 gsoap,但我在 2.8.1 的文档中发现了这一点

从 gSoap 文档中找到 此处

运行时上下文可以根据客户端远程调用的需要多次重用,并且不需要在这样做时重新初始化。每个新线程都需要一个新的上下文,以保证线程对运行时上下文的独占访问。此外,在活动服务方法中使用任何客户端调用都需要新的上下文。

Although I've only used gsoap in a single thread I found this in the documentation for 2.8.1

From the gSoap documentation found here

A runtime context can be reused as many times as necessary for client-side remote calls and does not need to be reinitialized in doing so. A new context is required for each new thread to guarantee exclusive access to runtime context by threads. Also the use of any client calls within an active service method requires a new context.

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