类 | 说明 |
---|---|
SyncFastJob<T> |
this class is using in doing some batch jobs with the available computing capability
the current user has been set to thread local context
the worst result is to do batch jobs in current thread
and for the most time, u will run your batch jobs much faster
the default number of threads in the pool is 3 + 5/8 * systemProcessNumber
just equals to the gc threads number
may be it will be changed some days later
|
SyncFastThreadCallableJob<T> | |
SyncFastThreadPool | |
SyncFastThreadPoolHolder |