文件名称:epoll、线程池实现在线电子词典
文件大小:1.02MB
文件格式:7Z
更新时间:2023-11-24 14:23:08
linux 线程池 epoll tcp IO多路复用
服务器端,使用epoll加线程池实现并发服务器,接收客户端指令。客户端使用TCP连接到服务器,实现查询单词及历史记录的功能。服务器端查询单词使用标准IO读取词典文件实现。
【文件预览】:
dict
----client()
--------client.h(1KB)
--------client.c(7KB)
--------Makefile(360B)
----server()
--------server.c(13KB)
--------server.h(2KB)
--------pthreadpool.h(1KB)
--------pthreadpool.c(7KB)
--------head.h(3KB)
--------dict.txt(1.34MB)
--------Makefile(397B)
--------user.db(4KB)
----README.en.md(948B)
----.git()
--------index(1KB)
--------hooks()
--------config(257B)
--------description(73B)
--------refs()
--------branches()
--------logs()
--------packed-refs(369B)
--------objects()
--------info()
--------COMMIT_EDITMSG(25B)
--------HEAD(23B)
----README.md(1KB)