Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 388 Bytes

File metadata and controls

9 lines (7 loc) · 388 Bytes

py-src

Subprocess-exe.py: execute shell script command via creating subprocess. python script filter STDOUT text,and split key-word that u provided to get return value.

Nio_epoll4linux.py: non-block io server with linux epoll, single epoll object process select.EPOLLIN & select.EPOLLOUT tip: may use multiple epoll object to poll socket channels in multiple-core machine