amcclosky + networking 7
Google Drive SDK: Exponential Backoff Implementation — Google Developers
28 days ago by amcclosky
"Exponential backoff is a standard error handling strategy for network applications in which the client periodically retries a failed request over an increasing amount of time. If a high volume of requests or heavy network traffic causes the server to return errors, exponential backoff may be a good strategy for handling those errors"
networking
28 days ago by amcclosky
Introducing SwaggerSocket: A REST over WebSocket Protocol | Wordnik ~ all the words
4 weeks ago by amcclosky
"Today we are proud to announce the first release of SwaggerSocket, a REST over WebSocket Protocol."
http
networking
4 weeks ago by amcclosky
PostBin - Debug web hooks
june 2011 by amcclosky
"PostBin lets you debug webhooks by capturing and logging the asynchronous requests made when events happen."
networking
http
june 2011 by amcclosky
httpbin(1) - httpbin(1): HTTP Client Testing Service
june 2011 by amcclosky
"Testing an HTTP Library can become difficult sometimes. PostBin is fantastic for testing POST requests, but not much else. This will cover everything."
networking
http
june 2011 by amcclosky
CS 525: Advanced Distributed Systems // Spring 2011 // Papers
june 2011 by amcclosky
A comprehensive list of distributed systems papers.
networking
june 2011 by amcclosky
ØMQ - The Guide - ØMQ - The Guide
june 2011 by amcclosky
"ØMQ (ZeroMQ, 0MQ, zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry whole messages across various transports like in-process, inter-process, TCP, and multicast. You can connect sockets N-to-N with patterns like fanout, pub-sub, task distribution, and request-reply. It's fast enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications, built as asynchronous message-processing tasks. It has a score of language APIs and runs on most operating systems."
c++
networking
june 2011 by amcclosky