TheSisb / TCP-FTP
An FTP client and server using the TCP protocol
☆38Updated 9 years ago
Related projects ⓘ
Alternatives and complementary repositories for TCP-FTP
- 简单有效的内存池实现☆90Updated 8 years ago
- windows下单进程/多进程/多线程/select/iocp架构的socket服务端和客户端框架☆62Updated 7 years ago
- muduo in windows☆70Updated 4 years ago
- C++ implement ThreadPool on windows☆39Updated 5 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆19Updated 8 years ago
- 自己写的一些C++常用类,目前包含Heartbeat,CIniFile,Log(线程安全的跨平台日志类), 控制台彩色输出(跨平台),后面根据需要逐渐增加☆29Updated 8 years ago
- Implementation of a tiny FTP client and server☆35Updated 9 years ago
- muduo v1.0.4的注释版☆90Updated 9 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 7 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆33Updated 7 years ago
- 高性能 c++ 服务器框架, 协程rpc框架 10秒即可上手。技术交流群:339711102,主要探讨游戏开发,游戏框架,后台开发,web框架及fastrpc使用优化问题。 http://www.oschina.net/p/python-fastrpc☆78Updated 7 years ago
- Example for connect MySQL with Connection pool in CPP.☆46Updated 11 years ago
- mini版FTP服务器实现文件上传和下载、断点续传、限速等功能☆83Updated 4 years ago
- 即时通信 select/poll/epoll☆44Updated 4 years ago
- 该开源项目是纯为兴趣而做的,模仿国外的LeapFTP软件写的,GPL-3.0开源协议☆15Updated 4 years ago
- 将Windows和Linux的socket库的使用封装成跨平台的类库,轻松使用socket创建连接。☆25Updated 6 years ago
- 23 Design Patterns implemented by C++☆150Updated 7 years ago
- kimgbo是muduo网络库的重构版本☆135Updated 6 years ago
- Easy-Load-Balancer(ELB)是一个易用、稳定、高性能的服务间远程调用的管理、调度、负载系统☆57Updated 6 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆65Updated 5 years ago
- 封装了WinInet的强大http请求库☆63Updated 7 years ago
- 高性能博客系统☆27Updated 5 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆82Updated last year
- “四人帮”-《设计模式:可复用面向对象软件的基础》所有模式的实现,使用C++语言☆74Updated 9 years ago
- Linux平台下C++开发的网络服务程序设计,多进程网络服务程序,多线程网络服务程 序,线程池网络服务程序的设计,代码的编写。客户端的主要功能是为用户提供交互 式的算数运算命令,并通过用户命令完成与服务器端的交互。服务器端采用多进程, 多线程,线程池三种方式实现,此版本不涉…☆51Updated 11 years ago
- 基于共享内存的进程间通信组件☆15Updated 5 years ago
- A ThreadPool clss base on IOCP on Windows.☆27Updated 6 years ago