Linux平台下C++开发的网络服务程序设计,多进程网络服务程序,多线程网络服务程 序,线程池网络服务程序的设计,代码的编写。客户端的主要功能是为用户提供交互 式的算数运算命令,并通过用户命令完成与服务器端的交互。服务器端采用多进程, 多线程,线程池三种方式实现,此版本不涉及CGI,后面会给出更新版本。。。
☆51Feb 14, 2013Updated 13 years ago
Alternatives and similar repositories for webserver
Users that are interested in webserver are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 一个基于epoll的多线程 linux c http web服务器☆23Mar 7, 2015Updated 11 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Dec 21, 2016Updated 9 years ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆23Feb 26, 2019Updated 7 years ago
- C语言实现的线程池☆13Dec 30, 2015Updated 10 years ago
- 使用Qt,通过zmq的C++接口进一步封装,并提供基于多对一的服务器模式与一对多的推送模式的客户端与服务器实现。☆12Oct 7, 2013Updated 12 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 用libevent实现https服务器☆20Jan 28, 2019Updated 7 years ago
- 用C++开发web服务器框架☆31Jul 24, 2021Updated 5 years ago
- 用Linux C编程实现了一个多进程的web局域网服务器,主要用到了socket网络编程接口和http协议,处理了多进程中的僵尸问题(signal),超时连接问题(select)以及统计在线连接数目☆42Oct 22, 2015Updated 10 years ago
- Linux程序设计大作业 一个多线程的Socket通信的FTP服务器☆18Dec 18, 2018Updated 7 years ago
- libevent 官方文档的中文版☆48Jan 19, 2015Updated 11 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆82Dec 30, 2022Updated 3 years ago
- C++后端知识点☆15Apr 10, 2024Updated 2 years ago
- A Game Server develop frame for web game and mobile game☆21Aug 30, 2016Updated 9 years ago
- 一个用于avplayer播放器的p2p下载的后端实现. . .☆37Jun 3, 2014Updated 12 years ago
- End-to-end encrypted cloud storage - Proton Drive • AdSpecial offer: 40% Off Yearly / 80% Off First Month. Protect your most important files, photos, and documents from prying eyes.
- Resample data based on DTW alignment☆10Jun 8, 2017Updated 9 years ago
- A MATLAB Isotropic Remesher based on OpenMesh and OpenFlipper☆14Mar 11, 2015Updated 11 years ago
- Small and stupid DHCP client.☆10May 28, 2016Updated 10 years ago
- 进程调度算法的C语言实现:先到先服务、短作业优先、优先级调度、时间片轮转☆15Jan 16, 2019Updated 7 years ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列 、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 3 years ago
- gitlab merge robot☆14Jun 16, 2021Updated 5 years ago
- a server which is mostly used to build a Distributed mmorpg game server☆23Jan 30, 2018Updated 8 years ago
- Search Engine for Chinese base on Solr(基于solr的中文搜索引擎框架)☆27Jan 25, 2013Updated 13 years ago
- 📚一套深色系后台管理界面,基础权限管理。☆12Feb 2, 2023Updated 3 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- golang制作的开源后台管理系统☆10Jun 17, 2016Updated 10 years ago
- 新能源汽车报文检测与管理☆15Aug 24, 2023Updated 2 years ago
- 可使用vs直接编译的nginx☆105Jun 1, 2016Updated 10 years ago
- The code for the paper "Spatio-Temporal Structured Sparse Regression With Hierarchical Gaussian Process Priors" by Danil Kuzin, Olga Isup…☆13Nov 19, 2018Updated 7 years ago
- cdirs 用于在linux中快速切换目录,对庞大的项目工程效果显著.其基于标签且无缝取代cd命令,学习成本非常低☆11Aug 29, 2019Updated 6 years ago
- ☆11Jun 10, 2017Updated 9 years ago
- 单维、多维时间序列数据预测☆11Jan 7, 2019Updated 7 years ago
- pure c++ implemented a library for learning 3d graphic algorithm and game programming.☆15Nov 20, 2013Updated 12 years ago
- 基于Java开发的基础版五子棋!希望能帮助到大家!您的每个star对我都十分珍贵!☆13Oct 22, 2021Updated 4 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 网游游戏服务器引擎☆31May 28, 2015Updated 11 years ago
- MMORPG Server☆10Jan 4, 2024Updated 2 years ago
- Basic implementation of simple kriging predictions and stochastic simulations using Numpy, along with methods for cross-validation and vi…☆14Oct 27, 2016Updated 9 years ago
- 重构征途服务器☆14May 5, 2014Updated 12 years ago
- 一个搜索引擎迷你项目,涉及分词,建倒排索引,网页去重,计算相似度,文本聚类,多进程编程,网络编程,守护进程编写,makefile编写,工程组织等各方面内容☆139Oct 16, 2015Updated 10 years ago
- A 3D MMO game server framework. I first create this repo at http://git.oschina.net/ as a private repo for a new game project whitch is ab…☆14Sep 16, 2015Updated 10 years ago
- Given a global mean temperature pathway, generate random global climate fields consistent with it and with spatial and temporal correlati…☆14Oct 8, 2020Updated 5 years ago