Pages tagged async:

Diesel: How Python Does Comet
http://dieselweb.org/lib/

framework for writing network applications using asynchronous I/O in Python
diesel is a framework for writing network applications using asynchronous I/O in Python. It uses Python's generators to provide a friendly syntax for coroutines and continuations. It performs well and handles high concurrency with ease.
diesel is a framework for writing network applications using asynchronous I/O in Python.
diesel is a framework for writing network applications using asynchronous I/O in Python. It uses Python's generators to provide a friendly syntax for coroutines and continuations. It performs well and handles high concurrency with ease.
Google Code Blog: Google Analytics Launches Asynchronous Tracking
http://googlecode.blogspot.com/2009/12/google-analytics-launches-asynchronous.html
Asynchronous Tracking - Google Analytics - Google Code
http://code.google.com/apis/analytics/docs/tracking/asyncTracking.html
(fab) - a pure javascript DSL for building async web apps
http://www.fabjs.org/
a pure javascript DSL for building async web apps Introduction (fab) is a lightweight (~2KB minified and gzipped) toolkit that makes it easy to build asynchronous web apps. It takes advantage of the flexibility of javascript to create a concise DSL without pre-compilation or magic scope hackery. Node.js currently the only supported platform.
(fab) is a lightweight (~2KB minified and gzipped) toolkit that makes it easy to build asynchronous web apps. It takes advantage of the flexibility of javascript to create a concise DSL without pre-compilation or magic scope hackery.
Lazy Loading Asyncronous Javascript – Friendly Bit
http://friendlybit.com/js/lazy-loading-asyncronous-javascript/
Externes Script nachladen, ohne die Hostseite zu bremsen
Load external JS file non-blocking and without delaying onload()