-
c++线程池技术深入分析
目前的大多数网络服务器,包括Web服务器、Email服务器以及数据库服务器等都具有一个共同点,就是单位时间内必须处理数目巨大的连接请求,但处理时间却相对较短。线程池采用预创建的技术,在应用程序启动之后,将立即创建一定数量的线程(N1),放入空闲队列中。这些线程都是处于阻塞(Suspended)状态,不消耗CPU,但占用较小的内存空间。当任务到来后,缓冲池选择一个空闲线程,把任务传入此线程中运行。当N1个线程都在处理任务后,缓冲池自动创建一定数量的新线程,用于处理更多的任务。在任务执行完毕后线程也不退出,而是继续保持在池中等待下一次的任务。当系统比较空闲时,大部分线程都一直处于暂停状态,线程池自动销毁一部分线程,回收系统资源。从而显著提高了服务器的效率。
- 2022-07-23 20:13:06下载
- 积分:1
-
在运行本程序时,检索整个局域网络,将局域网中的计算机名和IP地址显示在ListControl空间中。...
在运行本程序时,检索整个局域网络,将局域网中的计算机名和IP地址显示在ListControl空间中。-Running the program, search the entire local area network LAN of the computer name and IP address appears in ListControl space.
- 2022-07-21 15:35:02下载
- 积分:1
-
大文件传输
这是winodws下,大文件传输的源码,采用socket网络套接字,欢迎大家指正
- 2023-06-14 09:10:31下载
- 积分:1
-
基于RTP的实时语音通信系统
基于rtp的实时语音聊天,采用adpcm压缩/* comm.h - Communication input/output modules * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. * * This program is distributed in the hope that it will be * useful, but WITHOUT ANY WARRANTY; without even the implied * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more * details (available in COPYING).
- 2022-01-28 15:16:42下载
- 积分:1
-
著名的下载软件核心Shareaza
著名的下载软件核心Shareaza-famous core Shareaza download software
- 2022-02-15 21:21:14下载
- 积分:1
-
王献冰源代码好用的源码
王献冰源代码好用的源码-source of the source code handy
- 2022-05-07 23:36:46下载
- 积分:1
-
这是一个单用户的留言本,用ASP写成,适合个人网站使用!
这是一个单用户的留言本,用ASP写成,适合个人网站使用!-This is a single-user of the message, written in ASP, for the use of personal website!
- 2022-01-27 08:47:11下载
- 积分:1
-
网页上mail组件
网页上mail组件 -website mail components
- 2022-04-07 03:54:42下载
- 积分:1
-
UDT-基于UDP的可靠传输
基于udp的可靠传输,可以很好的控制网络拥赛,是应用层的开源协议
- 2022-05-23 20:06:26下载
- 积分:1
-
局域网ICQ的源代码
局域网ICQ的源代码-LAN ICQ source code
- 2022-02-02 08:59:19下载
- 积分:1