使用 Informix 和 IBM CSDK 进行多线程处理

发布于 2024-07-14 03:34:08 字数 121 浏览 9 评论 0原文

我正在使用 C++ 中的 Informix 和 IBM CSDK 客户端库。 我使用库的多线程版本,每个线程使用自己的 ITConnection 对象。 如果生成多个线程,应用程序仍然会崩溃。 有人遇到过类似的问题吗?

I am working with Informix in C++ with the IBM CSDK client libraries. I use the multi-threaded version of the libraries and each thread uses its own ITConnection object.
Still the application crashes if more than one thread is spawned.
Has anybody come across a similar problem?

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

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

发布评论

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

评论(2

与他有关 2024-07-21 03:34:08

我解决了这个问题(对于 Solaris 操作系统)。 需要链接库的多重恐惧版本。 它们的命名方式如下:libth* 而不是 libif*。

I resolve this issue (for Solaris OS). Need to link multidreading versions of libraries. They are named as follows libth* instead of libif*.

柠檬 2024-07-21 03:34:08

问题多于答案...

请确定哪个平台(操作系统和版本,以及可能需要的硬件类型)以及哪个版本的 CSDK? (许多产品相关问题的标准规则。)

您在 C++ 代码上使用了哪些编译选项? 你用的连接线是什么? 您对该产品有支持吗? (如果这样做,请联系 IBM 技术支持。)您有该问题的堆栈回溯吗?

不,我没有看到这个问题,但我并没有非常努力地推动代码的多线程版本 - 或者,对于大多数目的来说,根本没有。

(由于您是新用户,请通过编辑问题来添加额外信息,而不是添加“答案”。只有在无法编辑问题时才添加答案。)

More questions than an answer...

Please identify which platform (operating system and version, and hardware type if it might be needed) and which version of CSDK? (Standard rules for many product-related questions.)

What compilation options did you use on your C++ code? What was the link line you used? Do you have support for the product? (If you do, contact IBM Technical Support.) Do you have a stack backtrace for the problem?

No, I've not seen that problem, but I've not pushed the multi-threaded version of the code very hard - or, for most purposes, at all.

(Since you're new, please add the extra information by editing your question, rather than by adding an 'answer'. Only add an answer if you cannot edit the question.)

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