-
SinFP是一种新的识别对方计算机操作系统类型的工具,它可以克服以往nmap工具的众多限制。...
SinFP是一种新的识别对方计算机操作系统类型的工具,它可以克服以往nmap工具的众多限制。-SinFP is a new computer operating system to identify other types of tools, It can overcome the many tools nmap restrictions.
- 2022-04-12 23:04:47下载
- 积分:1
-
Regarding the handling of image binarization process, the program will have to h...
关于处理图像二值化的程序,该程序能有突出快的优点。-Regarding the handling of image binarization process, the program will have to highlight the advantages of fast.
- 2022-07-26 12:29:36下载
- 积分:1
-
银行消费信贷管理系统,UNIX下C开发
银行消费信贷管理系统,UNIX下C开发-Bank consumer credit management system, UNIX development under C
- 2022-05-05 21:50:03下载
- 积分:1
-
the simple password generator, with KYLIX preparation, oh, the good
linux下的简单的密码生成器,用KYLIX编写,很好用的哦-the simple password generator, with KYLIX preparation, oh, the good
- 2022-03-13 20:09:24下载
- 积分:1
-
很N的监视源代码
很N的监视源代码-very source of surveillance
- 2023-03-07 19:00:02下载
- 积分:1
-
common file manipulation categories : common documents such operation conducted...
通用文件操作类:该类通用文件操作进行了封装-common file manipulation categories : common documents such operation conducted Packaging
- 2022-02-03 10:16:19下载
- 积分:1
-
ccache2.4的源代码,用于嵌入式系统开发.
ccache2.4的源代码,用于嵌入式系统开发.-ccache2.4 the source code for the embedded system development.
- 2022-01-26 07:47:26下载
- 积分:1
-
并行程序设计示例之三
并行程序设计示例之三-Parallel Programming Example 3
- 2023-09-01 21:30:03下载
- 积分:1
-
spserver 是一个实现了半同步/半异步(Half
spserver 是一个实现了半同步/半异步(Half-Sync/Half-Async)和领导者/追随者(Leader/Follower) 模式的服务器框架,能够简化 TCP server 的开发工作。
spserver 使用 c++ 实现,目前实现了以下功能:
1.封装了 TCP server 中接受连接的功能;
2.使用非阻塞型I/O和事件驱动模型,由主线程负责处理所有 TCP 连接上的数据读取和发送,因此连接数不受线程数的限制;
3.主线程读取到的数据放入队列,由一个线程池处理实际的业务。
4.一个 http 服务器框架,即嵌入式 web 服务器(请参考: SPWebServer:一个基于 SPServer 的 web 服务器框架)
-spserver is a realization of a semi-synchronous/semi-asynchronous (Half-Sync/Half-Async) and leader/followers (Leader/Follower) model server framework, to simplify the development of TCP server. spserver use c++ realize now realize the following functions: 1. Packaging the TCP server to accept connections function 2. the use of non-blocking type I/O and event-driven model, by the main thread responsible for handling all TCP connection read and send data, so connections are not thread a few restrictions 3. the main thread to read data Add queue, by a thread pool handle the actual business. 4. A http server framework, that is, embedded web server (p
- 2023-03-18 00:40:03下载
- 积分:1
-
在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者...
在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。-In the same address space of a process implemented within the two threads. The producer thread production of goods, and then items placed in an empty buffer in the thread consumption for consumers. Consumer thread to acquire items from the buffer, and then release the buffer. When the producer thread is the production of goods, if there is no empty buffers are available, then the producer thread must wait for the Consumer thread to release an empty buffer. When a consumer thread consumer goods, if the buffer is not full, then the consumer thread will be blocked until the new items were produced.
- 2022-03-10 13:10:08下载
- 积分:1