beanstalkd proxy
1st improvements:
- job id partition configuration.
- add memory pool to reduce cost of GC.
- improve on connection pool to reduce CPU cost.
- remove heart-beat to reduce system call.
- Lazy use, use command will issue before put,peek.
- Lazy backend connection allocation.
- refactor source code.