unfixed:
3wdd memory leak issue under centos6.x/python 2.6/2.7, centos7.x/python 2.7 works fine, seems no solution
added:
3wdd AES-128-ECB/CBC/CFB encrypt method
3wdd session based encrypt configuration
optimized:
3wdd multi threads(max to 2*cores) to handle multi sessions/tunnels,
take advantage of multi-cores, but the GIL..
implemented but hard code the thread_limit to 1
3wdd multi processes mode when more than 1 worker, avoild GIL issue and take full power of multi-cores
corresponding to worker_id, port number varied from 9000 to 9001, 9002...
load-balance amount 9000-900x with period-least-connections policy.