| Projects on Google Code | Results 1 - 10 of 28 |
== Introduction ==
multitask allows [http://python.org/ Python] programs to use
[http://www.python.org/doc/2.5/whatsnew/pep-342.html generators] (a.k.a. coroutines) to
perform cooperative multitasking and asynchronous I/O. Applications
written using multitask consist of a set of cooperating t...
*`asynctools`* is a library allowing you to execute Google App Engine API calls in parallel. API calls can be mixed together and queued up and then all are kicked off in parallel. Callbacks can be used to operate over completed calls immediately, if desired.
Currently, wrappers for `Query` and `U...
Pipeline is an HttpRequestPool wrapper that largely automates one common case: downloading a large number of files and calling a callback with the document content.
Example usage:
{{{
function success($body, $req)
{
printf("%d bytes rec'd from %s\n", strlen($body), $req->getUrl());
}
...
POE::Component::DirWatch::Object is an object-oriented POE component which triggers events when on changes to the contents of a directory.
c# async call
use yield
Little expansion for cairngorm framework that makes async services (HTTP, Web, Remote) work much easier.
Base aims of ext is:
* add callbacks support for async services calls
* systemize work with async services
* multiple commands execution (sequenced, parallel and combined)
* fi...
cairngorm,
services,
async,
callback,
remote,
httpservice,
webservice,
expansion,
mvc,
flex,
actionscript,
parallel,
extended,
events,
sequence
Asynchronous JSON Parser (SAX like API) and Streaming JSON Writer. The library can be used to send and receive JSON formatted messages using non-blocking sockets.
Features:
* Speed
* Low Memory Usage
* Asynchronous Parsing
* JSONPath (Alpha)
* JSON Context Creator
* Streaming JSON Wri...
Non-Blocking (asynchronous) MySQL Connector for Java. The client can be used to non-block http servers and db related gui applications.
Features:
* Asynchronous Requesting
Road Map:
* Streaming Packets Handling
* Packet Transformators
A stateless, heapless, uni-threaded http server written to serve static content and easily stub in new custom REST methods.
java,
nio,
async,
http,
REST,
DirectIO,
DirectByteBuffer,
stateless,
heapless,
java.nio.Select,
httpd,
radixtree
a fast event driven sync socket framework in .NET