I'm using the send() interface in the NDK lib , I'd like to know when to send data whether occupy CPU.If the data quantity is larger, whether in NDK repository to send several times. when call the JPEG encoder interface whether occupy CPU. If I have two threads, a thread is network transmission data, a thread is JPEG compression, the same priority.Whether they can parallel operation.