CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - concurrency

搜索资源列表

  1. softhy469h

    0下载:
  2. 作为一款大型高并发高负载的开源SNS(社交网络服务)软件,iwebSNS功能强大,易于扩展,具有良好的伸缩性和稳定性-As a large, high-concurrency high-load open source SNS (social network service) software, iwebSNS powerful, easy to expand, has good scalability and stability of the
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:3003536
    • 提供者:ahujjd
  1. WCF

    0下载:
  2. 本书涵盖了所有设计开发基于WCF的面向服务应用程序所需的知识与技能。通过本书,你可以看到如何利用WCF内建的特性,例如服务托管、实例管理、并发管理、事务、离线队列调用以及安全。-This book covers all the design and development of service-oriented WCF-based applications with the necessary knowledge and skills. Through this book, you can se
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:653361
    • 提供者:benson
  1. operating-system-(OS)

    0下载:
  2. operating system (OS)包括进程、线程与微内核技术、并发性、死锁、内存管理、多处理机调度等-Operating system ( OS ) including the process, thread and microkernel technology, concurrency, deadlock, memory management, multiprocessor scheduling etc.
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:6533530
    • 提供者:张倩
  1. gperftools-2.0

    0下载:
  2. gperftools 是google-perftools工具中的一个内存管理库,与标准的glibc库中malloc相比,TcMalloc在内存分配的效率和速度上要高很多,可以提升高并发情况下的性能,降低系统的负载。-gperftools malloc compared the google-perftools tools a memory management library, with standard glibc library, TcMalloc much higher on the ef
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:1565696
    • 提供者:胡军
  1. IOCPNet_Client_server

    0下载:
  2. 完成端口的服务端和客户端口,已测试通过,支持大并发量,可以直接加进自己的项目中使用-Complete the port of the server and client port, has been tested through the support of large concurrency, can be added directly into their own projects
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-13
    • 文件大小:40161274
    • 提供者:lin
  1. swoole

    0下载:
  2. 一个php拓展,异步并行,支持高性能高并发高可用(A PHP extension, asynchronous parallel, supports high performance, high concurrency, and high availability)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1022976
    • 提供者:interface
  1. Server

    0下载:
  2. epoll 实现服务器大并发 ----------------(Epoll server concurrency ----)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:9216
    • 提供者:梁立峰
  1. 下载管理

    0下载:
  2. 模拟多线程下载、暂停、恢复任务,可控制并发(Analog multi-threaded download, pause, resume tasks, concurrency control)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:1849344
    • 提供者:大龙002
  1. CSharp并发编程经典实例

    0下载:
  2. 全面讲解C#并发编程技术,侧重于.NET平台上较新、较实用的方法。全书分为几大部分: 首先介绍几种并发编程技术,包括异步编程、并行编程、TPL 数据流、响应式编程;然后阐述一 些重要的知识点,包括测试技巧、互操作、取消并发、函数式编程与OOP、同步、调度;最后介 绍了几个实用技巧。全书共包含 70多个有配套源码的实用方法,可用于服务器程序、桌面程序和 移动应用的开发(Concurrency in C# Cookbook)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:9169920
    • 提供者:hlhgod
  1. 多进程并发

    0下载:
  2. 实现操作系统下一个多进程并发机制,在VS13下用C++实现(realize a Multi process concurrency,it run by vs13 using C++)
  3. 所属分类:其他

  1. java-concurrency编程内部分享

    0下载:
  2. java-concurrency编程内部分享ppt(java-concurrency ppt)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:167936
    • 提供者:YYY的PUND
  1. CppConcurrencyInAction

    0下载:
  2. 此书籍是讲多并发有关的书籍,包含了很多知识点。(This book is a multi - concurrency book, which contains a lot of knowledge.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:3243008
    • 提供者:Leap_Ma
  1. high

    0下载:
  2. 这是一篇关于高并发研究与分析的文章,良心之作。呕心流血(This is an article about the high concurrency research and analysis, conscience. Vomit bleeding heart)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:8024064
    • 提供者:f1120309265
  1. 1 Concurrency in Go

    0下载:
  2. Go 语言中的递归方法,erlang类似(Go lang concurrency method which similar to erlang)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:333824
    • 提供者:tomliw211
  1. Java并发编程实战

    0下载:
  2. Java多线程教程 内容很全面 对多线程理解深刻(Java Concurrency in Practice)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:9289728
    • 提供者:分隔符
  1. HttpTest4Net

    0下载:
  2. 检测高并发时网站所承受的压力,支持POST,GET请求(Test the pressure of the web site at high concurrency)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:100352
    • 提供者:dmls
  1. SatRDA_Demo20161118

    0下载:
  2. SatRDA是目前最高效的远程数据访问组件,大数据量测试比外网直连数据库速度提升10-200倍。使用它无需要改动原来的数据连接访问代码就可以支持外网访问远程数据库。能够为android/ios等APP提供restful架构的数据接口。部署非常简单,服务器客户端都无需安装,也无需安装iis,tomcat等其它软件。服务器端使用google的golang开发支持10M级并发。(SatRDA is the most efficient remote data access component, and
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:8961024
    • 提供者:boboer
  1. redisCluster-demo

    0下载:
  2. 用java实现redis集群,体验高并发(Implement redis cluster with Java, experience high concurrency)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:12000256
    • 提供者:gigihello
  1. Go 学习笔记 第四版

    1下载:
  2. 不做的go语言学习资料,对于学习高并发的实现原理很有帮助(Not doing go language learning materials is helpful in learning the principle of high concurrency.)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:1190912
    • 提供者:wmktz1
  1. CplusplusConcurrencyInAction

    0下载:
  2. 并发处理,如果你正在用C++写一个多线程程序,你应该阅读本书。如果你正在使用C++标准库中新的多 线程工具,你可以从本书中得到一些指导意见。如果你正在使用其他线程库,后面章节里的 建议和技术指导也很值得一看。(Concurrent processing. If you are writing a multithreaded program with C++, you should read this book. If you are using more of the new C++ sta
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:3288064
    • 提供者:cbhenry
« 12 »
搜珍网 www.dssz.com