Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » Writing QAnywhere Client Applications

Setting up SQL applications Next Page

Multi-threaded QAManager


Access to a QAManager is serialized. When you have multiple threads accessing a single QAManager, threads will block while one thread performs a method call on the QAManager. Use a different QAManager for each thread in order to maximize concurrency. Only one thread is allowed to access an instance of QAManager at one time. Other threads will block until the QAManager method that was invoked by the first thread returns.