标签: process sockets multithreading
我有一个线程便便,我正在创建10个线程。这些线程用于通过Process A is on local machine and Process B on server在两个不同的进程(socket)之间获取数据。
Process A is on local machine and Process B on server
socket
当我运行我的代码时,我观察到thread 1我期待的结果thread 4,它正在交换它。
thread 1
thread 4
我想知道如何停止此交换?
为了区分线程我正在使用pthread_key_create()和维护线程我正在使用pthread_setspecific()
pthread_key_create()
pthread_setspecific()