tag: asynchronous i/o
-
Master-Slave Synchronization for MySQL / free
The synchronization of master and slave databases in MySQL is the foundation of read/write splitting, making the management of said synchronization very important.
0 comments | 0 favorites
5 months ago, anonymously
-
uvloop: Blazing fast Python networking / free
asyncio is an asynchronous I/O framework shipping with the Python Standard Library. In this blog post, we introduce uvloop: a full, drop-in replacement for the asyncio event loop. uvloop is written in Cython and built on top of libuv.
0 comments | 0 favorites
almost 2 years ago, by Walkman
-
Geek Bot / free
Asynchronous stand up meetings inside slack.
0 comments | 1 favorite
over 2 years ago, by maverickk3
-
Understanding the Node.js Event Loop / free
Node.js event loop explained in detail.
0 comments | 1 favorite
over 3 years ago, by kurtosis
-
Synchronizing Asynchronous JavaScript with ES7 / free
Asynchronous code can be difficult to deal with, even (especially?) with promises, but ES7 has an elegant solution coming that will make you very impatient.
0 comments | 2 favorites
about 4 years ago, by joezimjs
-
Callback Hell / free
A guide to writing asynchronous javascript programs.
0 comments | 2 favorites
over 4 years ago, by kurtosis
-
Gevent Tutorial / free
This tutorial assumes an intermediate level knowledge of Python but not much else. No knowledge of concurrency is expected. The goal is to give you the tools you need to get going with gevent, help you tame your existing concurrency problems and start writing asynchronous applications today.
0 comments | 5 favorites
over 4 years ago, by Walkman
-
Express-Promise / free
An express.js middleware for folding repetitive asynchronous operations into leaner synchronous-style operations.
0 comments | 2 favorites
over 4 years ago, by brianfryer
-
Escaping Callback Hell With Core Async / free
Using ClojureScript macros and core.async to escape callback hell.
0 comments | 1 favorite
over 4 years ago, by kurtosis
-
Tips for Using async/await in .NET / free
Stephen Toub walks through 6 basic tips to help you create responsive apps while avoiding common pitfalls using async/await.
0 comments | 1 favorite
over 4 years ago, by ryandle
-
Kent / free
Gem for asynchronous content loading.
0 comments | 0 favorites
almost 5 years ago, by lush
-
What's the Point of Promises? / free
Promises are generally used as a means for managing callbacks for asynchronous operations, but due to their design, they are way more useful than that.
0 comments | 2 favorites
about 5 years ago, by pineapple
-
Netty / free
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.
2 comments | 1 favorite
about 5 years ago, by lush
-
Goliath / free
Goliath is an open source version of the non-blocking (asynchronous) Ruby web server framework powering PostRank.
0 comments | 1 favorite
about 5 years ago, by lush
-
Async.js / free
Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript. Although originally designed for use with node.js, it can also be used directly in the browser.
0 comments | 1 favorite
about 5 years ago, by arbor
-
When.js / free
A lightweight Promise and when() implementation, plus other async goodies.
0 comments | 0 favorites
about 5 years ago, by arbor
-
Q Promise Objects / free
If a function cannot return a value or throw an exception without blocking, it can return a promise instead. A promise is an object that represents the return value or the thrown exception that the function may eventually provide.
0 comments | 1 favorite
about 5 years ago, by arbor
-
SocketStream / free
A fast, modular Node.js web framework dedicated to building realtime single-page apps, similar to Meteor and Derby.
0 comments | 0 favorites
about 5 years ago, by bonzai