#!/usr/bin/python import BaseHTTPServer import httplib import md5 import urllib import urllib2 import urlparse import os import SocketServer import sys import threading import time __doc__ = '''This program is threaded proxy server with cache control and hammering protection. - for example, threaded crawler program cause hammering easily. - then, this proxy server make wait automatically when it d