Part Number:CC2538
Tool/software: Linux
Hello E2E Community,
I am using CC2538-CC2592 Development module with BBB, as per my knowledge, Gateway, Network & OTA servers in the Z-stack Linux Gateway 3.0 are driven on polling based architecture.
Also the execution of command (Request & their respective responses) are in blocking state. ( i.e. application code will serve only one request at a moment.)
That's makes the application code litter bit slower.
if I am trying to send multiple request at the same moment. I am getting some delayed responses.
so am thinking.. shall we move it on threading arch to make it more efficient & to achieve parallelism in command execution.
my question's to you are...
1. Is it possible to port polling based Z-Stack Linux Gateway 3.0 application code on threading architecture?.
if "Yes" how? if "No" why?
2. Please suggest if there is any other way to make application code run faster or to achieve parallelism in command execution.
Thanks & Regard's
Shiv Patil.