artavd / device-emulator

Application for emulation of message-based devices
0 stars 0 forks source link

Investigate and reduce thread consumption #22

Open artavd opened 7 years ago

artavd commented 7 years ago

Now some threads are created by RX internal thread pool, some other - by NIO internal thread pool. All these threads should be forcibly moved to explicitly specified thread pools (emulator and io).