搜索资源列表
SGIPAPI1.44(Update-20040901)
- 1) 系统采用面向对象的方法,严格按照SGIP1.2协议实现,支持Bind, BindResp,Submit, SubmitResp, Deliver, DeliverResp, Report, ReportResp, Unbind, UnbindResp消息,符合联通网关的最新标准(SGIP 0120修订版)。 2) 采用多线程并发处理的方式获取强大的性能,针对SGIP协议的特点,内建线程池进行消息的收发及处理操作,充分发挥系统和网络性能,再大的业务量也能够得到及时处理,丢包率小于0.01
FullThreadDump
- FullThreadDump demonstrates the use of the java.lang.management API to print the full thread dump. JDK 6 defines a new API to dump the information about monitors and java.util.concurrent ownable synchronizers.
commoncpp2-1.3.26.tar
- 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
WCF_AsyncCall.rar
- C#WCF 服务并发管理,编程源代码,包括线程池的例子。,Concurrent C# WCF services management, programming source code, including examples of the thread pool.
ICE_1.rar
- ICE并发操作与线程相关内容,适合ICE学习,ICE concurrent thread operation and relevant content for learning ICE
Concurrent.Thread
- js多线程库,Concurrent.Thread-full-20080319.js-js multi-thread library,Concurrent.Thread-full-20080319.js
concurrent.tar
- concurrent是一个java线程池开源包-concurrent thread pool is a java open-source package
Thread
- 操作系统进程并发模拟系统,以时间片轮处理的方式实现了简单的线程功能,并基于此架构实现多种方式并发运行的进程模拟系统-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
concurrent_thread.c
- tcpip programing in unix using sockets. networking program
Thread
- 简单的java多线程问题。以三个人吃十个面包为例,能够实现并发的串行执行,能够正确打印出数量。可执行程序-Simple problem of multi-threaded java. To three people to eat bread 10 for example, to achieve concurrent serial implementation, the number of print correctly. Executable program
java.util.concurrent
- java.util.concurrent包的并发处理 Sun大神终于为我们这些可怜的小程序员推出了 java.util.concurrent工具包以简化并发完成。开发者们借助于此,将有效的减少竞争条件(race conditions)和死锁线程。concurrent包很好的解决了这些问题,为我们提供了更实用的并发程序模型。 -java.util.concurrent concurrent processing package for the Sun The Great God has f
concurrent
- 这是一个有关并发线程的多个类实例,是一个 很好的源码!-This is a thread about multiple concurrent instances of the class, is a good source!
Concurrent-service
- 掌握并发服务程序设计的特点 体会并发服务程序执行特点 了解进程(线程)控制、调度的原理和方法-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
thread-pool
- 使用java代码,通过修改线程池解决来并发访问-The modify thread pool address concurrent access
Thread
- 利用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
slice-concurrent
- test for gslice cross thread allocation/free.
Thread
- A Thread is a concurrent unit of execution.
Multi-thread-concurrent-write-files
- 多线程并发写文件,100个线程同时写文件无压力-Multi thread concurrent write file, the 100 thread at the same time to write the file without pressure
RT-Thread下TCP并发服务器模型-多线程TCP服务器
- stm32 RT-Thread下 TCP并发服务器模型-多线程TCP服务器 实用型,不可多得,keil下编译(stm32 RT-Thread TCP concurrent server model - multi-threaded TCP server)
CplusplusConcurrencyInAction
- 并发处理,如果你正在用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