Page Speed Optimization Libraries
1.9.32.2
|
#include "net/instaweb/http/public/rate_controller.h"
#include "pagespeed/kernel/base/atomic_bool.h"
#include "pagespeed/kernel/base/basictypes.h"
#include "pagespeed/kernel/base/string.h"
#include "pagespeed/kernel/thread/queued_worker_pool.h"
Go to the source code of this file.
Classes | |
class | net_instaweb::ModSpdyFetchController |
Namespaces | |
net_instaweb | |
Unit-test framework for wget fetcher. | |
ModSpdyFetchController coordinates a threadpool and a rate controller between multiple ModSpdyFetcher objects. The basic usage pattern is that ModSpdyFetcher::Fetch calls ModSpdyFetchController::ScheduleBlockingFetch, which will then cause ModSpdyFetcher::BlockingFetch to be called on a thread in a hopefully intelligent manner.