throttle-calls
There are 12 repositories under throttle-calls topic.
developit/decko
:dash: The 3 most useful ES7 decorators: bind, debounce and memoize
jessicaxiejw/adaptive_throttler
manages multiple throttlers with ability to ramp up and down
emiraydin/ratelimiter
Rate limiter for APIs, built with Node.js and Redis
consilience/api-rate-monitor
Monitor requests through a PSR-18 client over a rolling window
rolinh/errbag
A Go package which implements an error throttler
waliahimanshu/CourseraCatalogue
A playground app to explore RxJava and Dagger using clean code.
akwilson/nairn
Some possibly useful Java utilities
pedro-otero/throxy
Makes the functions in an object return promises that fullfill to return value of the original function in a throttled fashion
tdhooten/simple-throttle
A small .NET Core library providing a simple thread-safe object which throttles an arbitrary set of actions, rate limiting them to the specified number of actions within the specified timespan.
kathleenwest/ServiceThrottlingDemo
Service Throttling in WCF Services – A Demo of Service Concurrency and Instance Throttling Behaviors with Multi-threading Clients: This project presents a simple Demo WCF Service and “Tester” Client Application demonstration that implements concurrency and instancing behaviors on a service with multiple client thread calls to a method on the service. The project also demos throttling service behaviors that are in the service configuration settings. Service throttling limits the client calls that could otherwise drain or slow down its service to other clients if too many are calling simultaneously. The Demo Service is a standard template WCF service application hosted by the development IIS. The service features one simple method… a test method that simulates a long running process (it sleeps for 5 seconds). The client “tester” is a simple console application that creates multiple threads that access the service and report back on the results. The objective of this project was not to demo setup and hosting of a service, nor the client interface, but retrieve and display results of service behaviors with respect to multi-threaded access. Discussion regarding the hosting and setup of the simple IIS hosted service application will be skipped in this project article.
kathleenwest/WCFMathServiceLibraryMultiThreadedCapableWithConsoleServiceHost-ClientTester
WCF Math Service Library with Multi-Threaded Capabilities & Console Service Host and a Client “Tester” ChannelFactory Implementation
mysteriouspants/throttle
No matter how fast you run() you'll never escape your dependencies.