Retail products


Traffic interception SDK

Control every TCP/IP network connection

  • Route connections via proxy
  • Redirect connections and modify the data
  • Block connections and applications
SSL interception SDK

View SSL in plaintext and modify it

  • View the SSL stream decrypted in plaintext
  • Redirect SSL connection and modify decrypted data
  • Browser shows "SSL lock" without warnings

Documentation


ThreadPool.h File Reference

#include "ErrorHandler.h"
#include "GenericThread.h"
#include <deque>

Include dependency graph for ThreadPool.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  CThreadPool
struct  CThreadPool::CThreadPool::_JobData
struct  CThreadPool::CThreadPool::_ThreadData

Defines

#define AFX_KOMODIATHREADPOOL_H__D3F7BADC_92DA_4C70_A2BF_090924E69D81__INCLUDED_
#define MAX_POOL_THREADS   200
#define THREAD_POOL_DEFAULT_JOBS   20

Define Documentation

#define AFX_KOMODIATHREADPOOL_H__D3F7BADC_92DA_4C70_A2BF_090924E69D81__INCLUDED_

Definition at line 37 of file ThreadPool.h.

#define MAX_POOL_THREADS   200

Definition at line 57 of file ThreadPool.h.

#define THREAD_POOL_DEFAULT_JOBS   20

Definition at line 60 of file ThreadPool.h.