搜索资源列表
poll
- 自己写的轮询提问的小程序 新手刚学 多多指教 合乎哈
comet-demo
- 基于长轮询机制的Comet测试项目,用于开发类似于 网页QQ的平台-Mechanism based on long polling Comet test project for the development of similar web platform QQ
IMSService
- java定时任务,轮询数据库,通过JMS推送数据实际项目。-java regular tasks, polling the database, push data through JMS actual project.
DwrajaxSVG
- dwr 实现无刷新监控 定时轮询取得数据并前台展示-dwr free refresh timing monitor polling to obtain data and foreground show
hbc-master
- hbc (Hosebird Client)是Twitter Streaming API 的 Java 客户端开发包。 主要特性: • 支持GZip、OAuth和分块(partitioning); • 自动重新连接,并进行适当的backfill计数; • 访问原始字节的有效负载; • 适时重新分配,并进行相关统计。 包含了2个主要模块: • hbc-core:该模块使用了一个简单的消息队列,用户可以轮
archaius-master
- Archaius包含一系列配置管理API,提供动态类型化属性、线程安全配置操作、轮询框架、回调机制等等功能。 -Archaius contains a series of configuration management APIs provide a dynamically typed attributes thread-safe configuration operations, polling framework, callback mechanisms.
java-monitor
- java变的目录检测程序,monitor1是轮询方式,monitor2是中断方式。-java change the directory detection procedures, monitor1 the polling mode, monitor2 the interrupt.
me_chat
- 该项目是我自己写的一个web聊天系统,用j2ee+Sreuts2+Ext技术实现,实时接收是用了轮询达到,希望有兴趣的出学朋友看看,代码有些粗糙毕竟是写来练习的,希望有工作经验的不要鄙视。-This project is my own writing a web chat system, using j2ee+ Sreuts2+ Ext technology, real-time polling reception is reached, the school would like to hav
long-polling-experiment-master
- spring mvc3.0 长轮询,tomcat 7.0以上才能运行-spring mvc3.0 long polling
my_comet_demo
- comet4j 消息推送处理,避免ajax轮询实时访问服务器的缺陷,值得学习。-comet4j message push processing, real-time access to the server to avoid defects ajax polling, it is worth learning.
wechat(UsingWebsocket)
- 这个是仿造网页版微信写的一个基本tomcat的jsp语言版本的wechat.同时采取websocket进行通信,取代ajax的轮询-This is a replica of the web version of the micro-channel write a basic language version of tomcat jsp wechat. Websocket communication while taking replace ajax polling
java-chat-room
- HTML5 WebSocket实现了服务器与浏览器的双向通讯,双向通讯使服务器消息推送开发更加简单,最常见的就是即时通讯和对信息实时性要求比较高的应用。以前的服务器消息推送大部分采用的都是“轮询”和“长连接”技术,这两中技术都会对服务器产生相当大的开销,而且实时性不是特别高。WebSocket技术对只会产生很小的开销,并且实时性特别高-HTML 5 WebSocket server and browser of two-way communication, two-way communicati
LimitDemo
- 基于轮询的java模拟,主要性能指标包括平均等待时间,平均队长等-Based on polling Java simulation, the main performance indexes including the average waiting time, average captain, etc
Java异步技术原理和实践
- Java异步技术原理,阻塞,非阻塞,轮询,I/O多路复用(The principle of Java asynchronous Technology)