My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 71
SolidGround is a C++ framework intending to offer everything one need to build powerful, distributed, highly-scalable, client-server applications. Its is designed and implemented for speed and power, with great interest on the ease of use by the developers. Although in first step it will be relea...
Dez is an asynchronous network stack for Python. Its sole dependency is [http://code.google.com/p/registeredeventlistener Registered Event Listener], which enables dez to run without libevent (a C module). The dez library includes an asynchronous server benchmarking toolset; advanced, inotify-bas...
==This site is under construction ==
`cogen` is a crossplatform library for network oriented, [http://en.wikipedia.org/wiki/Coroutine coroutine] based programming using the [http://www.python.org/dev/peps/pep-0342/ enhanced generators] from python 2.5. The project aims to provide a simple straightforward programming model similar to th...
=Async Future= _An API extension Java Futures and Non-Blocking + Asynchronous I/O and possibly other use-cases (see below)._ == Introduction == The first sentence of the Java API Doc for [http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html Futures] says: _A Future repres...
= Description = `AsyncXMLHttpRequest` is an extension of `XMLHttpRequest`with the following improvements: * Uniform behavior on multiple different browsers (Apple Safari, Google Chrome, Microsoft Internet Explorer, Mozilla Firefox and Opera). * Event handlers are called with the `AsyncXMLHttp...
This messaging kit contains one simple component for about a dozen patterns presented in [http://eaipatterns.com Enterprise Integration Patterns] (EIP). You can combine the components into a larger messaging solution. The kit uses MSMQ, but this dependency is abstracted behind a generic MessageGa...
An asynchronous queue for the classic producer/consumer scenario.
non-blocking asynchronous fifo buffer allowed simultaneous read and write operations
用Netty创建一个异步访问http的客户端demo
1 2 3 4 5 6 7 8 Next