搜索资源列表
BingleWebBBS
- bingle.pku.edu.cn中的BBS的源代码,linux下C语言开发的,效率非常高,占资源很少-bingle.pku.edu.cn the BBS source code linux C language development, efficiency is very high, accounting for scarce resources
bnbt_daibei_src
- 岱北聆泉站的BT发布服务器程序 http://bt.daibei.net linux下C++开发的,效率很高 -Dai North Station Master Luk BT released server http : / / C bt.daibei.net linux development, high efficiency
RS_BNBT_Tracker_v1.3_gb23121
- RS BNBT Tracker,也是一个不错的BT tracker版本,C++开发的,windows, linux下都可以编译-RS xBaxTiO3 Tracker, it is also a good BT tracker version, C development, windows, linux can be compiled under
linux_unix_c_credit
- linux unix c c++ linux unix-linux unix linux unix
Zope-2.6.2-src
- 2003年最新的Zope版本。这个是它的源代码,可以在任意支持的平台上编译。需要Python2.1.*的支持。(我已经在UNIX上成功编译过了)编译方法:如果是做为独立的web服务器,只需要在命令行中输入python wo_pcgi.py就可以了;如果是要和其他服务器一起用,输入python w_pcgi.py,之后它就会自动编译。完成后./start就可以了。其中的var目录要把所有者设为root,Linux中要chmod o+t var,FreeBSD中应该是chmod 1000 var。Z
web_server_in_c.rar
- 这是一个用C语言实现的WEB服务器,一款主要面向嵌入式系统的WEB服务器。它支持ASP,嵌入的JAVASCRPT与内存CGI处理。理论上,你可以在非嵌入式环境下很好的使用GoAhead Web服务器(正如我写这篇文章时所做的)。它的参考平台有Windows CE, Wind River VxWorks, Linux, Lynx, QNX,与Windows 95/98/NT。它基本上属于一个HTTP1.0标准的WEB服务器,对一些HTTP1.1的特性如(持久连接)也提供了支持。 ,This is
fws
- http web server c语言实现,兼容windows和linux,实现http web server的基本,支持gzip压缩-http web serverc language, compatible with windows and linux, the realization of the basic http web server, support for gzip compression
webserver
- linux下c++实现简易的web服务器-linux under c++ to achieve a simple web server
linux_c_fun
- linux下c函数库,所有函数的说明,例子。-c under linux library, all of that function, for example.
thttpd-2.20c.tar
- thttpd是个简单、轻型、快速和安全的HTTP服务器程序。使用Linux的C编程。-thttpd is a simple, small, portable, fast, and secure HTTP server.
RemoteProcedureCall
- Remote Procedure call implementation in C in Fedora 7(Linux).Socket Programming has been used. Both Server and Client programs has been given
linvo_httpd
- linux下用C写的一个简陋的http服务demo,使用了libevent库-under linux using C to write a rough http service demo, use the libevent library
cgic2010
- CGIC构建WEB服务器,C语言实现的,可以运行在WINDOWS、LINUX平台上-CGIC Building WEB Server, C language, and can run on WINDOWS, LINUX platform
gSOAP
- gSOAP是一个夸平台的,用于开发Web Service服务端和客户端的工具,在Windows 、Linux、MAC OS和UNIX下使用C和C++语言编码,集合了SSL功能。 -The gSOAP compiler tools provide a SOAP/XML-to-C/C++ language binding to ease the development of SOAP/XML Web services and client application in C and/or C+
简单的HTTP服务器(bubble httpd)
- 本科网络编程作业 简单的HTTP服务器,使用epoll,线程池技术。采用分阶段多线程事件驱动模型。在Linux使用C语言实现。 本代码只适用于Linux平台。README尚未完善。 下载代码后直接用root执行all.bash success后可以使用(默认安装到/usr/local/bubble下) bubble start/stop/restart控制服务启停 配置文件为bubble/etc/bubble.conf 有以为或建议请致信README中的Email
webbench-1.5
- 这是国外的一个开源项目,Webbench是一个在linux下使用的非常简单的网站压测工具,它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3个个并发连接去测试网站的负载能力,使用c语言编写,代码简单,不到600行。-This is an open source project abroad,Webbench is very simple site pressure measurement tool used in linux, it uses t
seastar.tar
- Seastar 是一个高级,开源的 C++ 框架,支持现代化硬件的高性能服务器应用。Seastar 支持 Linux 和 OSx。-Seastar is a high-level, open-source C++ framework that supports modern hardware performance server applications. Seastar support Linux and OSx
xiunobbs_sjbcj_v1.3
- iuno 是国产的一套面向千万级数据量设计的开源论坛软件,基于 PHP/MySQL/MongoDB/Memcached/Linux C/JQuery/ 等技术,采用 MVC+AOP 模式组织代码,旨在解决bbs站点负载过高的问题,是大中型站点比较理想的选择对象。-Based on PHP/MySQL/MongoDB/Memcached/Linux C/JQuery/and other technologies, the use of MVC+ AOP model organization cod
test_3
- 本代码是一个可以在linux下用纯c语言实现基本的http响应的手写代码,将http文件放置在用户根目录下即可直接响应,在浏览器上打开想要的http文件。-This code may be implemented in a pure linux c language written code basic http response, the http file in the root directory of the user can be directly response file you
TestWebServer.tar
- linux下c语言实现web服务器搭建。实现静态网页浏览(Implementation of web server building in C language under Linux)