-
LanTalk_sources
Currently, most of people use MS DCOM/COM+, Java Bean/RMI, and Corba to do distributed computing over internet. All of these technologies are provided with some tools and intermediate objects to simplify internet development. However, these technologies have one common and fundamental problem that all of the calls between a client and a server are blocked for a returned result (please correct me if this is wrong). A client stays still, and has to wait for a while after sending a request to a server. If the request is a lengthy action, the client application seems to be dead to a user. In most cases, we could use a worker thread at the client side to do background computation for solving this problem. However, this comes with an expensive price, more coding, data synchronization and mess in coding logic. Additionally, I also doubt that these technologies are able to really move data across internet efficiently.
- 2009-06-27 15:00:43下载
- 积分:1
-
PsSuspendThread
内核中暂停任意线程代码,qq Protect相关(Kernel suspend any thread)
- 2013-07-29 14:46:02下载
- 积分:1
-
c++线程池技术深入分析
目前的大多数网络服务器,包括Web服务器、Email服务器以及数据库服务器等都具有一个共同点,就是单位时间内必须处理数目巨大的连接请求,但处理时间却相对较短。线程池采用预创建的技术,在应用程序启动之后,将立即创建一定数量的线程(N1),放入空闲队列中。这些线程都是处于阻塞(Suspended)状态,不消耗CPU,但占用较小的内存空间。当任务到来后,缓冲池选择一个空闲线程,把任务传入此线程中运行。当N1个线程都在处理任务后,缓冲池自动创建一定数量的新线程,用于处理更多的任务。在任务执行完毕后线程也不退出,而是继续保持在池中等待下一次的任务。当系统比较空闲时,大部分线程都一直处于暂停状态,线程池自动销毁一部分线程,回收系统资源。从而显著提高了服务器的效率。
- 2022-07-23 20:13:06下载
- 积分:1
-
php login script 还不错哦 可以多多参考
初学者参考
php login script 还不错哦 可以多多参考
初学者参考-php login script was pretty good, oh can perhaps refer to reference beginners
- 2023-08-19 01:30:03下载
- 积分:1
-
NetServer_web
一个通过socket与WEB建立通讯连接的VC程序。(through socket with a Web link in the establishment of communication procedures VC.)
- 2006-09-30 15:13:58下载
- 积分:1
-
利用网卡id号自动注册
利用网卡id号自动注册-id card use, automatic registration
- 2022-01-23 11:27:07下载
- 积分:1
-
在网上采集东西。。的好东西
在网上采集东西。。的好东西 - On-line gathering thing. . Good thing
- 2022-02-20 10:07:39下载
- 积分:1
-
Socket测试工具包
1.最简单的是发送字符串,可以定时发送.
2.多个客户端同时发送数据. 模拟数量,然后以列表的形式看发送和返回的数据.
3.添加的测试服务器和设置的参数能够保存下来,下次仍然能够使用.
- 2022-03-30 13:16:51下载
- 积分:1
-
library IEEE
use IEEE.STD_LOGIC_1164.all
use IEEE.STD_LOGIC_ARITH.all
u...
library IEEE
use IEEE.STD_LOGIC_1164.all
use IEEE.STD_LOGIC_ARITH.all
use IEEE.STD_LOGIC_UNSIGNED.all
- 2022-03-22 12:01:40下载
- 积分:1
-
dotNetGuestBook
asp.net简单留言板
asp.net简单留言板
asp.net简单留言板(asp.net simple message board)
- 2020-07-02 12:40:02下载
- 积分:1