Testing sockets over wifi
Posted: Wed Jul 25, 2018 12:11 pm
I am testing network communication between ESP and PC over wifi and am quite pleased by performance.
I also noticed that sockets are very easily shared between 2 cores so I ran task right away after accepting the request and pinned it to core 0 and then 1. Turns out task runs faster on core 0 and I thought core 1 should be more free of load.
So question is what exactly is being run by rtos on core 0 and what on core 1?
I also noticed that sockets are very easily shared between 2 cores so I ran task right away after accepting the request and pinned it to core 0 and then 1. Turns out task runs faster on core 0 and I thought core 1 should be more free of load.
So question is what exactly is being run by rtos on core 0 and what on core 1?