1

I am currently creating a new quickbooks session for every unique "thread" coming into my SDK app. In that session, I do some quickbooks stuff.

It seems to be working well, allowing multiple things to happen at the same time. The problem I have, is that the session sometimes takes a while to "open".

If I create a single "global" session, can I call that concurrently form my individual threads? Will quickbooks allow me to make concurrent sdk calls through the same session?

I would like to get some insight into this before I go and change my currently working code...

Thanks

4

1 回答 1

2

是的,您可以在一个打开的会话下拨打多个电话。它们必须是连续的。它们不能并行运行。因此,您一次只能打开一个与 QB 的连接。

于 2013-11-22T13:57:11.873 回答