gsoap 作为肥皂客户端是线程安全的吗?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然我只在单个线程中使用过 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