unispeech / unimrcp

Open source cross-platform implementation of MRCP protocol

Home Page:http://www.unimrcp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write a concurrent client

poor1017 opened this issue · comments

Hi all

I want to write a concurrent client which can simulate high concurrency. I found use "UmcFramework::Create()" with different "sip-port".

Can some guys give me some advices? How to wirte a more professional code?

Thank you!

I found umc can support this feature with a little modification.