amcclosky + networking   7

Google Drive SDK: Exponential Backoff Implementation — Google Developers
"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
"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
"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
"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
ØMQ - The Guide - ØMQ - The Guide
"Ø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

related tags

c++  http  networking 

Copy this bookmark:



description:


tags: