搜索资源列表
volume3
- 用TCPIP进行网际互联第三卷:客户——服务器编程与应用:Linux/Posix和 TCP/IP协议一样是一套经典的协议书籍。-TCPIP used for internetworking Volume III : Customer -- Server and Application Programming : Linux / Posix and the TCP / IP protocol is the same set of classic books on the agreement.
qq-src-20060929.tar
- 实现简单QQ的C源代码(for windows and UNIX),能在Cygwin环境的Windows下编译,还有Linux/BSD/AIX/Solaris等符合POSIX标准的UNIX下编译运行, 但是其中qqsniffer只能在linux下编译。 编译完代码后,说明如下 qqalive 挂机的程序 qqscan 暴力远程破解 qqsniffer 局域网QQ监视器 -achieve simple C source code (for windows
20041211-mylib
- 经常用到的 socketAPI,posix thread 的类封装,还有一些同步设施 智能指针的实现,线程安全的引用计数-frequently used the socketAPI, posix thread-like packaging, there are some smart synchronization facilities to achieve the target, thread-safe reference counting
commoncpp2-1.3.26.tar
- GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and d
cppcms-0.0.3.tar
- C++ web POSIX framewark
timer_lib
- 对posix timer面向对象的封装。 进程内部每一个timer都可以拥有自己的timeout回调函数。 提供周期性timer和一次性timer。 对其进行面向对象封装。 -Posix timer on the object-oriented package. Internal timer of each process can have its own callback function timeout. Provide periodic timer and
catralibraries-1.4
- CatraLibraries is a general-purpose C++ framework. It is platform independent (Unix, Windows, ...) and provides classes to manage POSIX threads, Sockets, Tracer, Scheduler, EventsSet, Configuration files, Database access (Oracle, Sybase), Reports (HT
UNIX1
- Unix网络编程卷2进程间通信笔记整理汇总,很好的学习posix的资料-Unix Network Programming Volume 2 Interprocess communication order summary notes, very good information on learning posix
LLNL_POSIX_Threads_Programming
- multithreading book for posix threading application, Thread priority , pipes and ipc -multithreading book for posix threading application, Thread priority , pipes and ipc
XtreemFS-1.3.0.tar
- XtreemFS 是一个为互联网存储系统设计的分布式文件系统。-It allows you to mount an XtreemFS volume from anywhere, given the right permissions. It includes support for POSIX ACLs and extended attributes (xattrs). As an object-based parallel file system, it allows you to strip
myFTP.tar
- 一个小的ftp的实现,主要是利用posix socket的一些知识。-The realization of a small ftp, mainly using posix socket of some knowledge.
Convolution.0(cpu).tar
- Thread Scheduling As we have just seen, there are two basic ways of scheduling threads: proe known as the scheduling contention scope, and are defined only in POSIX. Process contention scope scheduling means that all of the scheduling mechanism
chatroom.tar
- linux下socket聊天,使用了POSIX多线程 和socket 编程技术-socket chat under linux, use POSIX multi-threaded and socket programming
IMchat.tar
- linux下利用POSIX多线程和socket变成接口制作的即时通讯工具-POSIX multi-threaded and socket into the interface to the production of instant communication tools under linux, the shortcoming is not using a graphical authoring tool
forkSYSV
- 本任务主要目的练习UNIX/LINUX同步编程,熟悉基本的线程相关API。 任务要求 编程实现下图的效果,要求分别使用进程和线程 (1) 进程+SYS V信号量 (2) 线程实现+Posix同步操作API -The main purpose of this task exercises UNIX/LINUX synchronization programming, familiar with the basic thread-related APIs. Tasks requi
ThreadPosix
- 本任务主要目的练习UNIX/LINUX同步编程,熟悉基本的线程相关API。 编程实现下图的效果,要求分别使用进程和线程 (1) 进程+SYS V信号量 (2) 线程实现+Posix同步操作API -The main purpose of this task exercises UNIX/LINUX synchronization programming, familiar with the basic thread-related APIs. Tasks require p
libevent-2.0.21-stable.tar
- 用來取代網路伺服器所使用的事件循還, 支援 /dev/poll, kqueue(2), event ports, POSIX select(2), Windows select(), poll(2), and epoll(4).-libevent supports /dev/poll, kqueue(2), event ports, POSIX select(2), Windows select(), poll(2), and epoll(4).
superwebbench_v1.0
- SuperWebBench 是由webbench改进而来的一款简单易用的web性能测试工具 背景: webbench最多可以模拟3万个并发连接去测试网站的负载能力,个人感觉要比Apache自带的ab压力测试工具好,安装使用也特别方便。 webbench是基于GPL授权协议的,我自然可以取得源码修改,然后作为superwebbench这个项目发布。 简介: SuperWebBench 是由webbench改进而来的一款简单易用的web性能测试工具 SuperWebBench
Shell
- 用C语言编写一个简单的shell程序,清晰易读、设计优良.使用Linux下的软件开发工具,学习使用POSIX/UNIX系统调用、对进程进行管理和完成进程之间的通信,理解并发程序中的同步问题.-A simple shell program written in C language, legible, well-designed software development tools under Linux, learning to use the POSIX/UNIX system call, t
mini-server-http
- MiniWeb is an embeddable, cross-platform, small-footprint HTTP server implementation, implementing basic GET and POST requests as well as request handling dynamic content generating. It works on x86 (Windows/Linux), ARM, MIPS and any posix platforms,