Open chensong2000 opened 7 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
git checkout -b multi-thread origin/multithread 是不是应该改成 git checkout -b multi-thread upstream/multi-thread
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