ZhongDev / webcon-sdvx

A Virtual Sound Voltex Controller
GNU General Public License v3.0
1 stars 0 forks source link

Key-Sender and RobotJS issues #1

Open ZhongDev opened 4 years ago

ZhongDev commented 4 years ago

There are significant issues with response times with both RobotJS and Key-Sender

RobotJS locks up the main thread, when processing an input, causing lag within the applet. Key-Sender has a inherit delay due to it running a new jar file every time a new request is sent.

May experiment with spinning up more instances of robotjs and write a compatibility layer to split the load.

ZhongDev commented 4 years ago

Attempted to fix with 32 simultaneous robotjs instances, but still results in it freezing up 8604f8a527dd505b4902c37f7de413ed1a4c2208