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

搜索资源列表

  1. SmartServer

    0下载:
  2. 一个socket线程池的源程序,很有参考价值,需要的可以下载-A socket thread pool of the source of great reference value, need can be downloaded to see
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:59036
    • 提供者:杨华
  1. thread-ci-

    0下载:
  2. 实现线程池,线程池的简单实现,用于数据的读取缓存-Thread pool implementation, a simple thread pool implementation, the read cache for data
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:41964
    • 提供者:san
  1. threads_pool

    0下载:
  2. 在Linux下实现了一个基本的线程池,提供接口供用户使用。-In Linux to achieve a basic thread pool, providing an interface for users.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2915
    • 提供者:罗雄威
  1. Python-spider

    0下载:
  2. python 网络爬虫 获取网页信息 支持线程池机制 支持各种模块 可牛逼了 -python web crawler access to pages of information to support the thread pool mechanism to support the various modules can be Niubi
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:235477
    • 提供者:李大
  1. CPP-ThreadPool

    0下载:
  2. 利用C++语言设计可扩展线程池 一篇很好的线程池介绍文章。-Using C++ language design scalable thread pool a good article about the thread pool.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:10077
    • 提供者:123
  1. tcplibthreadpool

    0下载:
  2. linux下的线程池案例,配合TCP/IP可以处理并发事物-thread pool on linux plantform and tcp/ip net communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7944
    • 提供者:yaoxu
  1. ThreadPool

    0下载:
  2. Linux线程池,C++编写,可作为一个线程库进行使用!-Linux Thread pool
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:12956
    • 提供者:qiao
  1. Intel-Thread-Pool-Demo

    0下载:
  2. Intel发布的线程池示例源代码,作为服务器处理良好的示例。-Intel released the source code of the thread pool example
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-26
    • 文件大小:869675
    • 提供者:dreamcoder
  1. GameServer

    0下载:
  2. 采用IOCP实现的游戏服务器,有线程池,内存池,收发线程-Game server using IOCP implementation, a thread pool, the memory pool, send and receive threads
  3. 所属分类:Game Server Simulator

    • 发布日期:2017-05-10
    • 文件大小:2066796
    • 提供者:
  1. Principle-and-create-a-thread-pool

    0下载:
  2. 线程池原理及创建C++实现,有代码讲解适合初学者-Principle and create a thread pool in C++ for beginners
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-03-18
    • 文件大小:13847
    • 提供者:tom
  1. The-cPP-thread-principle-and-create

    0下载:
  2. 虽然作为线程池,已经很多很好的模式, 比如boost提供的线程池库.不过最好自己还应该对其有所了解, 该书对线程池的讲解还比较透彻.但是基于linux,所以文档中附带的代码,只是作为参考, 具体的移植更改,还是要自己动手来做.-Although as a thread pool has a lot of good models, such as the boost provided by the thread pool library, but should also be their own
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:195826
    • 提供者:vivian
  1. project1

    0下载:
  2. c编写的一个线程池源代码,包括了线程的运用,以及日志的记录-c write the source code of a thread pool, including the use of threads, and the log records
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:12818
    • 提供者:杨文君
  1. SMS System

    1下载:
  2. 一个SP的短信系统,包括CMPP3的协议在内。 .程序框架上采用了全插件式扩展,扩展方面除了可以用Remote来扩展还可以用程序提供的接口进行扩展.所使用到的技术有,Remote(在Internet的任一台计算机都可以控制和发送短信),程序域(每个短信业务为一个程序域,就算任一个出了问题也不会影响其它的业务运行,并可以随时动态加载来卸载),连接池,线程池,反射. 采用全插件式管理,业务系统也是它其中一个插件,完成时外带一个Provision的Http服务器插件,可随意外加插件.而业
  3. 所属分类:手机短信编程

    • 发布日期:2012-11-21
    • 文件大小:6069340
    • 提供者:黎宏
  1. threadpool-0_2_5-src

    0下载:
  2. 线程池:在面向对象编程中,创建和销毁对象是很费时间的,因为创建一个对象要获取内存资源或者其它更多资源。在Java中更是如此,虚拟机将试图跟踪每一个对象,以便能够在对象销毁后进行垃圾回收。所以提高服务程序效率的一个手段就是尽可能减少创建和销毁对象的次数,特别是一些很耗资源的对象创建和销毁。-failed to translate
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:58607
    • 提供者:左家顺
  1. NetThreadPool

    0下载:
  2. C实现的可配线程池,对程序有高并发需求的同学可能会用到-C can be achieved with a thread pool, the program needs of students with high concurrency may be used
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:4043
    • 提供者:James
  1. threadpool

    0下载:
  2. mysql 线程池的相关代码的说明及MySQL数据库线程缓冲池的相关知识-mysql thread-pool-related code
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:3059
    • 提供者:Jacky
  1. Socket

    0下载:
  2. 学习资料 Socket编程 包括C/S 多线程 固定和可变的线程池 协议-Learning materials, including Socket Programming C/S multi-threaded thread pool of fixed and variable agreement
  3. 所属分类:Linux Network

    • 发布日期:2017-03-26
    • 文件大小:152299
    • 提供者:房亮
  1. kingate-1.6config

    0下载:
  2. kingate 去配置版. (原版本需要配置很麻烦) kingate是一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。 kingate还支持tcp端口映射,可以实现别人访问你的内网主机。 kingate有强大的规则控制,包括源IP地址,目的IP地址,目的端口,及采用的代理协议。 kingate也支持时间控制。即可以设置什么时间内,所设置的规则才有效。 kingate内置了用户认证,以及记录用户的使用情况,包括用
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:226656
    • 提供者:ice
  1. LINE

    0下载:
  2. 粗糙集约简的相关代码实现和一些有关写线程池的JAVA代码源-failed to translate
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:23027
    • 提供者:ferer
  1. thread_pool

    0下载:
  2. 线程池源代码实现,一个完全的线程池示例,教你如何使用线程池-Source Code implementiert die Thread-Pool, einen voll Threadpool Beispiel beibringen, wie man den Thread-Pool verwenden
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2104
    • 提供者:cjj
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 36 »
搜珍网 www.dssz.com