I was about to test a simple recognition programme in a multi user environment and realized that Sphinx isn't thread safe.
I can quickly serialize the request but it wouldn't be a very scalable approach.
Any ideas on what would be the best way to convert Sphinx to a multi-threaded programme on Win32?
Log in to post a comment.
I was about to test a simple recognition programme in a multi user environment and realized that Sphinx isn't thread safe.
I can quickly serialize the request but it wouldn't be a very scalable approach.
Any ideas on what would be the best way to convert Sphinx to a multi-threaded programme on Win32?