CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Concurrent.Thread

搜索资源列表

  1. SGIPAPI1.44(Update-20040901)

    0下载:
  2. 1) 系统采用面向对象的方法,严格按照SGIP1.2协议实现,支持Bind, BindResp,Submit, SubmitResp, Deliver, DeliverResp, Report, ReportResp, Unbind, UnbindResp消息,符合联通网关的最新标准(SGIP 0120修订版)。 2) 采用多线程并发处理的方式获取强大的性能,针对SGIP协议的特点,内建线程池进行消息的收发及处理操作,充分发挥系统和网络性能,再大的业务量也能够得到及时处理,丢包率小于0.01
  3. 所属分类:手机短信编程

    • 发布日期:2008-10-13
    • 文件大小:57.79kb
    • 提供者:威龙
  1. commoncpp2-1.3.26.tar

    0下载:
  2. GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and d
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:823.88kb
    • 提供者:Hujun
  1. WCF_AsyncCall.rar

    0下载:
  2. C#WCF 服务并发管理,编程源代码,包括线程池的例子。,Concurrent C# WCF services management, programming source code, including examples of the thread pool.
  3. 所属分类:.net

    • 发布日期:2017-03-29
    • 文件大小:756.37kb
    • 提供者:顾佳晨
  1. ICE_1.rar

    0下载:
  2. ICE并发操作与线程相关内容,适合ICE学习,ICE concurrent thread operation and relevant content for learning ICE
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-05
    • 文件大小:16.66kb
    • 提供者:qinge
  1. ThreadPool_final.rar

    0下载:
  2. 此代码作为Server,使用TCP Socket编程技术,利用多线程并发,并且使用了线程池技术,修改宏定义可以实现任意路client并发连接到此服务器,This code as a Server, using TCP Socket programming using concurrent multi-threaded, and uses the thread pool technology, to amend the definition of macros can be complicated
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-24
    • 文件大小:4.34mb
    • 提供者:xuzhisheng
  1. threads

    1下载:
  2. Linux高级编程:多线程、线程池、并发处理、信号等-Linux Advanced Programming: Multi-thread, thread pools, concurrent processing, signal, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:6.08kb
    • 提供者:张三
  1. x-net

    0下载:
  2. IOCP(I/O Completion Port,I/O完成端口)是性能最好的一种I/O模型。它是应用程序使用线程池处理异步I/O请求的一种机制。在处理多个并发的异步I/O请求时,以往的模型都是在接收请求是创建一个线程来应答请求。这样就有很多的线程并行地运行在系统中。而这些线程都是可运行的,Windows内核花费大量的时间在进行线程的上下文切换,并没有多少时间花在线程运行上。再加上创建新线程的开销比较大,所以造成了效率的低下。 -IOCP (I/O Completion Port, I/O
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:380.48kb
    • 提供者:张本梁
  1. p2p_vod

    0下载:
  2. 目前的协议有如下一些特点: 1) 客户向服务器发送请求, 每个请求的长度不定. 请求的长度在第一个INT中指定. 2) 每个服务器通常会向多种客户提供服务, 例如, TS要同时向CP, NP提供服务, CP要向NP和其他CP提供服务, 同时还是其他CP, TS, SP的客户. 3) 每个服务器为客户服务时, 通常是长期的, 会涉及多次请求-应答的来回. 这样的结构, 主要是为了能够支持大量并发客户连接而设计的. 在具有大量并发客户 连接时, 无论采用线程还是进程,
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-12
    • 文件大小:2.91mb
    • 提供者:zdbao
  1. Thread

    0下载:
  2. 操作系统进程并发模拟系统,以时间片轮处理的方式实现了简单的线程功能,并基于此架构实现多种方式并发运行的进程模拟系统-Concurrent simulation system for the operating system process to the time slice of the way round to deal with a simple thread function and based on this framework a variety of ways to achieve
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:3.15kb
    • 提供者:Louiewiget
  1. concurrent_thread.c

    0下载:
  2. tcpip programing in unix using sockets. networking program
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1.44kb
    • 提供者:chirag
  1. FIFOserver

    0下载:
  2. prg8_1.c 互斥对象实例。该程序说明如何使用互斥对象。prg8_2.c 条件变量实例。该程序是一个多线程的无连接并发服务器。prg8_3.c 处理同步线程退出。-prg8_1.c mutex object instance. The program explains how to use the mutex object. Examples of conditions prg8_2.c variables. The program is a free multi-threaded conc
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:19.99kb
    • 提供者:zjm
  1. concurrent

    0下载:
  2. 这是一个有关并发线程的多个类实例,是一个 很好的源码!-This is a thread about multiple concurrent instances of the class, is a good source!
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:32.15kb
    • 提供者:wangdan
  1. Concurrent-service

    0下载:
  2. 掌握并发服务程序设计的特点 体会并发服务程序执行特点 了解进程(线程)控制、调度的原理和方法-Master the characteristics of concurrent service program design Experience with service program execution characteristics Understand the process (thread) control, the principle and method of sche
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:34.28kb
    • 提供者:梦竹
  1. thread-pool

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

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

    0下载:
  2. 利用C#编写的一个小程序,用于模拟进程并发执行。以一个小的函数在picturebox中绘制图片为一个进程举例,达到模拟的效果。-With a small program written in C#, used to simulate the process of concurrent execution. A small function to draw a picture in a PictureBox Examples of a process to achieve the effect o
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:159.25kb
    • 提供者:小兰
  1. slice-concurrent

    0下载:
  2. test for gslice cross thread allocation/free.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:1.4kb
    • 提供者:lenbenlo
  1. Thread

    0下载:
  2. A Thread is a concurrent unit of execution.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:10.66kb
    • 提供者:lonpengmun
  1. Multi-thread-concurrent-write-files

    0下载:
  2. 多线程并发写文件,100个线程同时写文件无压力-Multi thread concurrent write file, the 100 thread at the same time to write the file without pressure
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-29
    • 文件大小:36.13kb
    • 提供者:钱云杰
  1. RT-Thread下TCP并发服务器模型-多线程TCP服务器

    1下载:
  2. stm32 RT-Thread下 TCP并发服务器模型-多线程TCP服务器 实用型,不可多得,keil下编译(stm32 RT-Thread TCP concurrent server model - multi-threaded TCP server)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:10.4mb
    • 提供者:xiao_wh
  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
    • 文件大小:3.14mb
    • 提供者:cbhenry
« 12 3 »
搜珍网 www.dssz.com