alumae / kaldi-gstreamer-server

Real-time full-duplex speech recognition server, based on the Kaldi toolkit and the GStreamer framwork.
BSD 2-Clause "Simplified" License
1.07k stars 341 forks source link

to support many concurrent users #100

Closed YunzhaoLu closed 7 years ago

YunzhaoLu commented 7 years ago

Is there an easy way to support many concurrent users with kaldi-gstreamer?. Basically, I can start around 10 workers at one vm, but how about to support 100 concurrent users? Your advice is highly appreciated.

Luke

alumae commented 7 years ago

The workers do not have to be on the same machine as the server. So, just add 10 more VMs with 10 workers, each connecting to the same server.