linuxep / lepd

server daemon of LEP
45 stars 40 forks source link

support concurrent request, multithread #9

Open chensong2000 opened 7 years ago

chensong2000 commented 7 years ago

1, replace pipe with buffer 2, replace printf with sprintf 3,make run_builtin_cmd as a thread handler 4,a semaphore is needed to control the count of thread

chensong2000 commented 7 years ago
  1. arm
  2. 修改stdout
  3. 加锁
  4. libev移植进来
  5. 32bit, 64bit
chensong2000 commented 6 years ago

To checkout to multhread branch, do: 1) git clone https://github.com/linuxep/lepd.git 2) git checkout -b multi-thread origin/multithread

yueqiulijun commented 6 years ago

git checkout -b multi-thread origin/multithread   是不是应该改成 git checkout -b multi-thread upstream/multi-thread