Welcome![Sign In][Sign Up]
Location:
Search - concurrent

Search list

[JSP/JavaJAVA 并发编程实践.pdf

Description: JAVA并发编程实践,PDF版本的书籍。(JAVA concurrent programming practice, PDF version of the book.)
Platform: | Size: 38659072 | Author: 哈根达斯 | Hits:

[Internet-Networklinux_epoll模型

Description: epoll是Linux内核为处理大批量文件描述符而作了改进的poll,是Linux下多路复用IO接口select/poll的增强版本,它能显著提高程序在大量并发连接中只有少量活跃的情况下的系统CPU利用率。另一点原因就是获取事件的时候,它无须遍历整个被侦听的描述符集,只要遍历那些被内核IO事件异步唤醒而加入Ready队列的描述符集合就行了。epoll除了提供select/poll那种IO事件的水平触发(Level Triggered)外,还提供了边缘触发(Edge Triggered),这就使得用户空间程序有可能缓存IO状态,减少epoll_wait/epoll_pwait的调用,提高应用程序效率(Epoll is an improved poll for the Linux kernel to handle large batch file descriptors, an enhanced version of the multiplexed IO interface select/poll under Linux, which can significantly improve the application rate of the system CPU in a large number of concurrent connections in a large number of concurrent connections. Another reason is that when an event is obtained, it does not need to traverse the entire set of listener descriptors, just traversing the descriptor sets that are added to the Ready queue asynchronously by the kernel IO event. In addition to providing the level trigger (Level Triggered) of the select/poll IO event (Level Triggered), epoll provides the edge trigger (Edge Triggered), which makes the user space program likely to cache the IO state, reduce the call of the epoll_wait/epoll_pwait, and improve the efficiency of the application)
Platform: | Size: 299008 | Author: Q-Q | Hits:

[Linux-Unixpthread_pool

Description: 创建线程池,提高并发能力,提高业务处理效率。(Create thread pool, improve concurrent capability and improve business processing efficiency.)
Platform: | Size: 2048 | Author: china11 | Hits:

[Internet-Networkparent

Description: 运用windows 在C++上实现并发程序设计,研究并行串行计算(Concurrent program design)
Platform: | Size: 54961152 | Author: 老旧唱机 | Hits:

[OtherJava 并发编程实战-随书源码

Description: 《java并发编程实战》随书源码,《java并发编程实战》是一本深入讲解java多线程的书籍(Java concurrent programming actual source code)
Platform: | Size: 133120 | Author: 给我一个抱抱 | Hits:

[OtherCplusplusConcurrencyInAction

Description: 并发处理,如果你正在用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++ standard library Thread tools, you can get some guidance from this book. If you are using other thread libraries, later chapters Suggestions and technical guidance are also worth seeing.)
Platform: | Size: 3288064 | Author: cbhenry | Hits:

[Otherprojek1

Description: general-purpose computer-programming language that is concurrent, class-based, object-oriented,[15] and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA),[16] meaning that compiled Java code can run on all platforms that support Java without the need for recompilation.[17] Java applications are
Platform: | Size: 8192 | Author: fhhhgf | Hits:

[Internet-NetworkC++并发编程实战(中文版)

Description: c++并发编程,使用c++11最新技术,通过实例讲解c++并发编程的技巧及注意事项(C++ concurrent programming, using c++11 latest technology, through examples to explain c++ concurrent programming skills and matters needing attention)
Platform: | Size: 3964928 | Author: tlanwairen123 | Hits:

[OtherNEO-M8_DataSheet_(UBX-13003366)

Description: The NEO-M8 series of standalone concurrent GNSS modules is built on the exceptional performance of the u-blox M8 GNSS (GPS, GLONASS, BeiDou, QZSS, SBAS and Galileo-ready1) engine in the industry proven NEO form factor. The NEO-M8 series provides high sensitivity and minimal acquisition times while maintaining low system power. The NEO-M8M is optimized for cost sensitive applications, while NEO-M8N/M8Q provides best performance and easier RF integration. The NEO form factor allows easy migration from previous NEO generations. Sophisticated RF-architecture and interference suppression ensure maximum performance even in GNSS-hostile environments. The NEO-M8 series combines a high level of robustness and integration capability with flexible connectivity options. The future-proof NEO-M8N includes an internal Flash that allows simple firmware upgrades for supporting additional GNSS systems. This makes NEO-M8 perfectly suited to industrial and automotive applications.
Platform: | Size: 967680 | Author: Bouhanna | Hits:

[JSP/JavaJava并发编程实战(中文版)

Description: 深入了解java特性以及并发编程的魅力,java并发编程实战,java并发编程实战(Java Concurrent Programming Practice)
Platform: | Size: 9118720 | Author: younger11 | Hits:

[VC/MFCc++并发编程实战

Description: c++并发编程书籍资料,很好的一本书。可以用于学习c++并发编程(C + + concurrent programming books, a good book. It can be used to learn C + + concurrent programming)
Platform: | Size: 4544512 | Author: li58451845 | Hits:

[JSP/JavaNetty、Redis、Zookeeper高并发实战 - 尼恩.pdf

Description: netty、redis、zookeeper构建的并发编程实战指南(A practical guide to concurrent programming based on netty, redis and zookeeper)
Platform: | Size: 15447040 | Author: yagao0o | Hits:

[OtherDYNA3D Code Practices and Development

Description: DYNA3D is an explicit, finite element code developed to solve high rate dynamic simulations for problems of interest to the engineering mechanics community. The DYNA3D code has been under continuous development since 1976[1] by the Methods Development Group in the Mechanical Engineering Department of Lawrence Livermore National Laboratory. The pace of code development activities has substantially increased in the past five years, growing from one to between four and six code developers. This has necessitated the use of software tools such as CVS (Concurrent Versions System) to help manage multiple version updates. While on-line documentation with an Adobe PDF manual helps to communicate software developments, periodically a summary document describing recent changes and improvements in DYNA3D software is needed. The first part of this report describes issues surrounding software versions and source control. The remainder of this report details the major capability improvements since the last publicly released version of DYNA3D in 1996. Not included here are the many hundreds of bug corrections and minor enhancements, nor the development in DYNA3D between the manual release in 1993[2] and the public code release in 199
Platform: | Size: 148876 | Author: 772359200@qq.com | Hits:

[SourceCodeABMSAT

Description: Advanced state-of-the-art multi-agent concurrent path planning model from classified academic sources.
Platform: | Size: 43367 | Author: fazyyyyy | Hits:
« 1 2 ... 44 45 46 47 48 49»

CodeBus www.codebus.net