CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 线程池使用

搜索资源列表

  1. thread_pool

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

    • 发布日期:2017-12-06
    • 文件大小:1962
    • 提供者:王君雷
  1. client_server

    0下载:
  2. Android实现模拟QQ的客户端,服务端用读写线程池,客户端和服务器通信用封装的超级消息对对象,此对象有发送者ID和接收者ID,客户端使用自定义的service接收Message-Android analog QQ client, server thread pool used to read and write, the client and server communications package super news objects, object sender ID and the
  3. 所属分类:Applet

    • 发布日期:2017-11-27
    • 文件大小:7186040
    • 提供者:gaohongfei
  1. thread-pool

    0下载:
  2. 使用java代码,通过修改线程池解决来并发访问-The modify thread pool address concurrent access
  3. 所属分类:Network Security

    • 发布日期:2017-11-12
    • 文件大小:4136669
    • 提供者:王鑫
  1. Threadpoolexap1

    0下载:
  2. 使用Windows线程池进行多线程开发。-Use the Windows thread pool for multi-threaded development.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-22
    • 文件大小:33343473
    • 提供者:
  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
    • 文件大小:52371
    • 提供者:外挂
  1. threadpool

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

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

    0下载:
  2. 实现了使用socket编程,并实现线程池技术-Achieved using socket programming, and to achieve thread pool technology
  3. 所属分类:Linux Network

    • 发布日期:2017-11-15
    • 文件大小:1860
    • 提供者:董婷婷
  1. thread

    0下载:
  2. ThreadPoolExecutor 线程池各种全面使用DEMO例子,足够详细-Various comprehensive use DEMO example ThreadPoolExecutor thread pool, detailed enough...
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:61597
    • 提供者:dsadasdasdwasd
  1. tcp_thread_java

    0下载:
  2. java简单线程池的实现,使用jdk的Executors.newFixedThreadPool方法来实现固定大小线程池-java simple thread pool implementation
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:2593
    • 提供者:libin
  1. 简单的HTTP服务器(bubble httpd)

    0下载:
  2. 本科网络编程作业 简单的HTTP服务器,使用epoll,线程池技术。采用分阶段多线程事件驱动模型。在Linux使用C语言实现。 本代码只适用于Linux平台。README尚未完善。 下载代码后直接用root执行all.bash success后可以使用(默认安装到/usr/local/bubble下) bubble start/stop/restart控制服务启停 配置文件为bubble/etc/bubble.conf 有以为或建议请致信README中的Email
  3. 所属分类:Web服务器

    • 发布日期:2013-10-16
    • 文件大小:51919
    • 提供者:ipaoTAT
  1. threadpool_src

    0下载:
  2. 通过PERL实现的线程池模块,方便使用,可以移植到其他平台使用,非常高效,-PERL realized by the thread pool module, easy to use, can be ported to other platforms to use, very efficient,
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:69796
    • 提供者:Ganker
  1. U2Utility

    0下载:
  2. 香港U2system公司使用的一个c/c++工具库,包括常用的网络编程,日志,多线程池封装-a utility used in U2 System co.Ltd,which is a HK company,comprised of network-programing,logger and thread pools
  3. 所属分类:Linux Network

    • 发布日期:2017-05-09
    • 文件大小:1670147
    • 提供者:章厚明
  1. ThreadPoolLib

    0下载:
  2. 使用队列,栈,列表实现的,线程池,任务可设置优先级,优先级高的,线程池优先处理其任务。-Use queues, stacks, lists achieve, thread pool, you can set the priority of the task, the higher priority thread pool prioritize its tasks.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:10167
    • 提供者:
  1. mem-poolAndThread-pool

    0下载:
  2. 培训资料,讲解内存池和线程池的创建和使用,值得研究学习。-Training materials, create and use to explain the memory pool and thread pool, it is worth study.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:123811
    • 提供者:
  1. asmttpd

    0下载:
  2. asmttpd 是一个完全使用 amd64 汇编开发的 Linux 下的 Web 服务器。 特性: 通过线程池支持多线程 无需第三方库支持,只需 64 位的 Linux 速度快 GitHub:https://github.com/nemasu/asmttpd-asmttpd is a completely developed using amd64 compile under Linux Web servers. Features: supports multit
  3. 所属分类:Web Server

    • 发布日期:2017-04-02
    • 文件大小:25467
    • 提供者:白宦成
  1. thread-pool

    0下载:
  2. java多线程编程,线程池的使用,ThreadPoolExecutor无界队列、有界队列的使用-The use of multiple threads in Java,the thread pool
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:26124
    • 提供者:王星
  1. linuxPC

    0下载:
  2. linux,线程池的封装,使用C语言分装的-Under linux thread pool package
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:4716
    • 提供者:lisa
  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
    • 文件大小:1675
    • 提供者: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
    • 文件大小:1671
    • 提供者:your name
  1. threadPool.tar

    0下载:
  2. 如何构建一个简单的线程池,要点:线程池的构建,互斥锁与条件变量的使用-how to build a thread pool
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:1530
    • 提供者:张牌
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com