Welcome![Sign In][Sign Up]
Location:
Search - 并发技术

Search list

[Linux-Unixpthread_examples.tar

Description: 多线程程序作为一种多任务、并发的工作方式,有以下的优点:   1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。   2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。   3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,成为几个独立或半独立的运行部分,这样的程序会利于理解和修改。 -multithreaded process as a multi-task, complicated by the way, has the following advantages : 1) improve application response. This graphical interface is especially meaningful, when a very long time-consuming operation, the entire system will wait for the operation, this procedure will not respond to keyboard, mouse, the menu of operations, and the use of multithreading technology, long will be time-consuming operation (time consuming) under a new thread, avoided this embarrassing situation. 2) multi-CPU system more effective. When the operating system would ensure that not more than a few threads CPU number of different threads running on different CPUs. 3) to improve program structure. A long and complex process can be divided into consideration a number of threads, into several indepen
Platform: | Size: 2556 | Author: 李强 | Hits:

[Other resourceazureus_2.5.0.4_source

Description: mysee网络直播源代码Mysee Lite是Mysee独立研发的网络视频流媒体播放系统。在应有了P2P技术和一系列先进流媒体技术之后,OpenMysee能在现有网络带宽的基础上极大地提高网络视频的质量,包括画面的流畅,清晰度以及并发用户数。能够应用于网络视频直播,大规模电视会议,大规模远程教学,IPTV等多个领域。-mysee network broadcast source code Mysee Lite is Mysee independent research and development of Network Video Streaming Media Player system. Due in the P2P technology, and a series of advanced streaming media technology, OpenMysee in existing network bandwidth on the basis of greatly enhancing the quality of video network, including pictures of the fluent, and the clarity with the number of users. Video can be used in a live network, and large-scale video conferencing, large-scale distance learning, IPTV, and other fields.
Platform: | Size: 6482873 | Author: asdfasdf | Hits:

[WEB Codeshujukuxitongkuailun

Description: 讲解数据库的语言,安全性,并发控制,查询优化,关系数据库,关系数据库理论,恢复技术和数据库的设计-database on the language, security, concurrency control, query optimization, relational databases, relational database theory, Resumption of technology and database design
Platform: | Size: 371197 | Author: caodexian | Hits:

[ADO-ODBCMySQLThread

Description: Mysql多线程编程可以同时联系Windows多线程技术提高程序的并发性!-Mysql multithreaded programming can link Windows multithreading technology to raise the complicated procedures!
Platform: | Size: 24352 | Author: rui | Hits:

[JSP/Javamyseelite_2007_06_28

Description: mysee网络直播源代码Mysee Lite是Mysee独立研发的网络视频流媒体播放系统。在应有了P2P技术和一系列先进流媒体技术之后,OpenMysee能在现有网络带宽的基础上极大地提高网络视频的质量,包括画面的流畅,清晰度以及并发用户数。能够应用于网络视频直播,大规模电视会议,大规模远程教学,IPTV等多个领域
Platform: | Size: 3401868 | Author: 凡某 | Hits:

[WinSock-NDISmultiserver_thread_pool

Description: 采用线程池技术的并发服务器,支持一个服务器与多个客户对讲功能。
Platform: | Size: 16750 | Author: 王亚昌 | Hits:

[Internet-Network592602-thread_pool.tar

Description: 类似apache2.0的多线程技术,目的在于解决网络服务器在并发客户数很大的情况下服务器进程分配(fork)而带来的效率瓶颈.
Platform: | Size: 32081 | Author: gz_stephen | Hits:

[WEB Codetxtlyb

Description: 文本留言板程序,PHP技术;服务器配置IIS,在并发访问不够大,客户端配置简单的时候用
Platform: | Size: 1749 | Author: 金辉 | Hits:

[Process-ThreadChat_room

Description: 使用C#实现的简单聊天室,多个客户端,一个服务端,使用多线程技术控制并发连接。
Platform: | Size: 59646 | Author: li | Hits:

[JSP/Javawangshangshangcheng

Description: 基于J2EE技术的网上商城系统构建 本课题以国家8 6 3引导项目 , 暨新疆自治区高新计划项目 — 广汇美居物流园网上 商城系统为背景。旨 在利用先进的系统建模思想以及当前流行的We b编程技术,将迭 代式、以用户需求为驱动和以构架为中心的R U P统一开发过程的系统建模思想应用到 电子商务系统模型的需求分析和设计的各个阶段, 完整地实现整个系统的建模过程。 在 此基础上对系统实现的关键技术问题:数据库的并发访问,MV C模式的应用以及统计 信息的图表显示等关键技术进行了具体的分析和实现。 本文利用I nt e 川 e 吸 的强大功能,借鉴国内外电子商务方面的相关经验,分析虚拟店 铺,网上商城及网上拍卖的功能结构和实现方式, 为广汇美居物流园的商户搭建网上虚 拟店铺,网上商城及网上商品竟拍系统平台。该系统经过近半年的使用,实际应用效果 较好。采用的R U P开发方法和M V c的设计模式使系统的灵活性和可扩展性大大增强。
Platform: | Size: 3676268 | Author: zhx | Hits:

[WinSock-NDISSonic_Net

Description: 高效socket服务器要用到的(windows平台)iocp技术,可以提高服务器的并发连接数
Platform: | Size: 78431 | Author: 谢黎鹏 | Hits:

[Process-ThreadLHsetup-cn

Description: LanHelper(中文名:局域网助手)是局域网辅助性工具,具有快速扫描网络,网络唤醒,远程关机或远程重启和取消关机(不需要客户端),发送消息 ,检测在线主机等功能和特点,并使用了多线程,XML等技术。(1)强力扫描引擎, 可以快速获取网络上主机的主机名、工作组、IP地址、MAC地址、共享文件夹、共享打印机、隐藏共享、共享文件夹是否可写或密码保护、系统(Windows)版本等信息,可以按工作组来扫描整个局域网或指定 的多个工作组,或者指定一个IP范围来扫描网络。(2)网络唤醒远程主机。通过扫描得到其他主机的MAC地址后,以后就可以在对方关机的情况下将其唤醒,前提是对方没有断开电源连接。(3)远程关机和重启。不需要在对方安装任何客户端程序,只要有适当的权限就可以通过网络关闭或重启对方电脑。(4)在局域网中发送各种消息。有多种发送方式,可以发送给列表框中的多个主机或工作组、整个局域网等等。(5)全面使用多线程技术改写,多线程并发扫描,速度比以前版本大大提高。(6)使用XML来保存或显示扫描结果,扫描结果可以通过XML样式表XSL的处理后以排序表格的形式直接打开在浏览器中显示,方便查看。(7)快速查看主机是否在线,并方便的访问主机或其共享资源。
Platform: | Size: 1148253 | Author: 4823190 | Hits:

[SourceCode航空售票系统 struts+hibernate毕业设计

Description: 使用struts+hibernate框架 MyEclipse开发。数据库为SQL Server2000 论文、源码、DB齐全 航空售票系统中并发技术的运用策略研究与实现 采用SH技术实现系统,系统包括系统管理模块、网上订票模块、统计模块,系统管理包括航线设置、航班设置、机型设置、折扣设置(折扣三个参数),网上订票模块包括订单管理(创建、取消、失效、完成、查询);统计模块航班的售票情况、航线的售票。
Platform: | Size: 15178870 | Author: juing2010@sina.com | Hits:

[Internet-Networkmultiserver_thread_pool

Description: 采用线程池技术的并发服务器,支持一个服务器与多个客户对讲功能。-Using the thread pool concurrency server technology, to support a server and multiple clients intercom function.
Platform: | Size: 2700288 | Author: 王亚昌 | Hits:

[Internet-NetworkSonic_Net

Description: 高效socket服务器要用到的(windows平台)iocp技术,可以提高服务器的并发连接数-Efficient use of the socket server (windows platform) iocp technology, can improve the number of concurrent connections the server
Platform: | Size: 77824 | Author: 谢黎鹏 | Hits:

[Software EngineeringLinux_server

Description: 这里包含了几个Linux服务器设计的文档。内容还很有含金量的。 目录:Linux环境并发服务器设计技术研究.pdf 基于并发服务器的网络通信的设计和实现.pdf 基于进程池的Linux并发服务器的研究.pdf 基于通信接口封装机制的网络并发服务器设计.pdf 基于主动队列管理的Linux并发服务器模型及负载均衡算法的研究.pdf-This contains a number of Linux server design document. It is very gold content of the content. Directory: Linux server environment for concurrent design technology. Pdf concurrent server-based network design and implementation of communication. Pdf concurrent process-based Linux server pool study. Pdf based on the mechanism of network communication interface package concurrent server designs. Pdf-based active queue management Linux-concurrent server model and load balancing algorithm. pdf
Platform: | Size: 1001472 | Author: 蛤蟆仙人 | Hits:

[JSPjavabj

Description: Java并发编程学习笔记,研究JAVA并发多线程编程的一本教程,使用并发技术可以开发出并行算法,充分利用多处理器的计算能力,避免硬件资源浪费-A tutorial concurrent programming in Java study notes, JAVA concurrent multi-threaded programming, concurrent technology can develop a parallel algorithm to take full advantage of multi-processor computing power, to avoid waste of hardware resources
Platform: | Size: 2006016 | Author: 汪建华 | Hits:

[JSP《Java多线程编程核心技术》源代码

Description: Java多线程并发编程,很好的多线程学习书籍(Java multithreaded concurrent programming)
Platform: | Size: 1158144 | Author: Johnson_Tang | Hits:

[OtherCSharp并发编程经典实例

Description: 全面讲解C#并发编程技术,侧重于.NET平台上较新、较实用的方法。全书分为几大部分: 首先介绍几种并发编程技术,包括异步编程、并行编程、TPL 数据流、响应式编程;然后阐述一 些重要的知识点,包括测试技巧、互操作、取消并发、函数式编程与OOP、同步、调度;最后介 绍了几个实用技巧。全书共包含 70多个有配套源码的实用方法,可用于服务器程序、桌面程序和 移动应用的开发(Concurrency in C# Cookbook)
Platform: | Size: 9169920 | Author: hlhgod | 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:
« 12 3 4 5 6 »

CodeBus www.codebus.net