CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - thread pool

搜索资源列表

  1. IoSocket_Sample

    0下载:
  2. 一个采用汇编线程池实现的Socket完成端口编程例程。-a compilation Thread Pool used to achieve the complete port Socket programming routines.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:6.97kb
    • 提供者:钱海兵
  1. ThreadPro.rar

    0下载:
  2. Delphi中处理线程池的一个组件,非常好用.,Delphi deal with a component of the thread pool, very easy to use.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:388.9kb
    • 提供者:ok
  1. uThreadPool

    0下载:
  2. 一个delphi线程池的封装,希望对您有帮助。-A Delphi thread pool
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:6.71kb
    • 提供者:arjian
  1. DELPHIuThreadPool

    0下载:
  2. delphi 实现线程池的代码单元,希望对有这方面需要的朋友有所帮助-delphi realize the thread pool code modules, and they hope to have friends in this area needs help
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:7.48kb
    • 提供者:黄宇
  1. Retlang.0.4.2.0

    0下载:
  2. Retlang is a robust library for writing highly concurrent applications. The library borrows part of its name and design from Erlang. Retlang provides a concurrency solution that is quite different from basic locking solutions, Parallel FX, or t
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:842.19kb
    • 提供者:yuchao
  1. xiancheng

    0下载:
  2. DELPHI 高效线程池代码 DELPHI 高效线程池代码-DELPHI efficient thread pool thread pool code and efficient code for DELPHI
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:6.94kb
    • 提供者:zhuye999
  1. lib_trhead_pool

    0下载:
  2. c封装的线程池库,并且包含简单高效的内存池.代码接口逻辑清晰,且高效稳定-c package thread pool library, and includes a simple and efficient memory pool. code interface logic, clarity, and the highly efficient and stable ...
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:6.47kb
    • 提供者:soar_zhong
  1. TThreadPoolWriteFile

    1下载:
  2. 使用Delphi的线程池写入文件,并存放-Use Delphi' s thread pool written to the file, and store
  3. 所属分类:Delphi VCL

    • 发布日期:2015-04-13
    • 文件大小:22kb
    • 提供者:郭华伟
  1. dailicaiji

    0下载:
  2. 多线程IP代理采集 线程池验证 两M网速 采集一千IP两秒 验证10秒左右-Multi-threaded IP agent acquisition speed of the thread pool to verify two M collect 1000 IP two seconds to about 10 seconds to verify
  3. 所属分类:ELanguage

    • 发布日期:2017-11-14
    • 文件大小:36.15kb
    • 提供者:陌小北
  1. threadpool

    0下载:
  2. delphi的线程池操作,用例是由1开始数数,数至规定数,线程结束时候会自动搜索后备队列中是否还有其他任务,直到任务全部完成。带有详细的日志记录功能,方便初学者学习。-delphi thread pool operation, use case 1 began to count, the number to the specified number, thread the end will automatically search the backlog, whether there are o
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-12
    • 文件大小:300.25kb
    • 提供者:王佳敏
  1. EThread

    0下载:
  2. 易语言使用多线程和线程池例程,带有一个采集源码,内附支持库-Easy language to use multi-threading and thread pool routine with a collection source, enclosing the support library
  3. 所属分类:ELanguage

    • 发布日期:2017-11-15
    • 文件大小:51.14kb
    • 提供者:*
  1. threadpool

    0下载:
  2. 线程池是一种多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程。每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中。如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙。如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值。超过最大值的线程可以排队,但他们要等到其他线程完成后才启动 -The thr
  3. 所属分类:Delphi VCL

    • 发布日期:2017-12-05
    • 文件大小:246.25kb
    • 提供者:陈小明
  1. homework-1

    0下载:
  2. webServer实现线程池,用Java和C语言实现。-webServer achieve thread pool, with Java and C language.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-22
    • 文件大小:6.58mb
    • 提供者:郭昊
  1. ADOConnectionPool

    0下载:
  2. Delphi做服务器端如果每次请求都创建一个连接就太耗资源了,而使用一个全局的连接那效率可想而知,这样就体现出了线程池的重要了。参考一些例子做了个ADO的连接池,用到项目中挺不错的,分享下。 { *** *** *** *** *** *** *** *** *** * } { Descr iption : ADO连接池 } { Create Date : 2010-8-31 23:22:09 } { Modify Remark :2010-9-1 12:00:09 } {
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:1.64kb
    • 提供者:your name
  1. delphiADOPool

    0下载:
  2. Delphi做服务器端如果每次请求都创建一个连接就太耗资源了,而使用一个全局的连接那效率可想而知,这样就体现出了线程池的重要了。参考一些例子做了个ADO的连接池,用到项目中挺不错的,分享下。 -Delphi done on the server side, if a connection is created for each request would be too resource intensive, while the use of a global connection that
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:1.63kb
    • 提供者:your name
  1. Delphi_387374

    0下载:
  2. Delphi:在Delphi中的xe2 业务对象池应用演示,用于业务对象池解决delphi线程业务对象创建释放内不彻底的问题。从对象池中取出一个业务类实例对象,把一个业务类实例对象放回对象池中,指定放入池中的业务类。 -Delphi: xe2 business object pooling in Delphi demo applications for business objects delphi thread pool to solve business objects created
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:90.08kb
    • 提供者:S44B8WW
  1. dxcsl

    0下载:
  2. 线程池多许可证实例,希望能给正在头疼的朋友解决问题,这个问题当初我也头疼很久-Thread pool more licenses instance, I hope to give a friend is a headache problem, this problem when I had a headache for a long time
  3. 所属分类:ELanguage

    • 发布日期:2017-04-14
    • 文件大小:3.61kb
    • 提供者:sfwe3
  1. tthreadpool_class_with_demo.ZIP

    0下载:
  2. Delphi多线程控制,多线程池,含源码的Demo程序,非常具有参考价值-Delphi multithreaded control, multi-thread pool, including source code of Demo program, great reference value
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:4.79kb
    • 提供者:雨阳
  1. checkemail

    0下载:
  2. 用线程池检测email,比较好用,多线程登录email-Using thread pool detection email, a good use, multi threading email
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-29
    • 文件大小:247.83kb
    • 提供者:沈昌逸
  1. tst_eventdriven

    0下载:
  2. 这是一个事件驱动异步、线程池的代码。使用actor模式。里面蕴含的思想方法有一定启发意义。-This is an event-driven asynchronous thread pool code. Using the actor model. Which contains a certain way of thinking instructive.
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3.31kb
    • 提供者:黄爽
« 12 »
搜珍网 www.dssz.com