unispeech / unimrcp

Open source cross-platform implementation of MRCP protocol
http://www.unimrcp.org
Apache License 2.0
374 stars 165 forks source link

just one thread to handle stream,default ?how to use many thread? thanks #287

Closed winsnlife closed 3 years ago

winsnlife commented 3 years ago

I looked at the source code, but unfortunately, I didn't find a place to give a stream processing thread to a certain identification channel. Can anyone give me a hint? If you know

achaloyan commented 3 years ago

Sorry, can you please elaborate on what you are trying to achieve. Are you doing client or server side integration?

In either way, take into consideration that UniMRCP is based on async event-driven architecture where a single thread is supposed to process and is actually capable of processing hundreds of concurrent requests.