Page Speed Optimization Libraries
1.4.26.1
|
#include "net/instaweb/util/public/basictypes.h"
#include "net/instaweb/util/public/pthread_thread_system.h"
Go to the source code of this file.
Classes | |
class | net_instaweb::ApacheThreadSystem |
Namespaces | |
namespace | net_instaweb |
for StringPiece |
A wrapper around PthreadThreadSystem for use in Apache that takes care of some signal masking issues that arise in prefork. We prefer pthreads to APR as APR mutex, etc., creation requires pools which are generally thread unsafe, introducing some additional risks.