> hi,
> I want to desgin custom threadpool with business key,but no enough
> business data in IOStategy,
> so I don't use default workthreadpool.
>
> call flow of Server side :
> READ/ACCEPT
> kernelThreadPool--->SameThreadIOStrategy--->CustomFilter--->CustomThreadpool(control
> thread num with business key)
>
> It's OK?
Absolutely.
Here you can find a sample, which might be useful [1]. It's async echo
filter, which performs "echo" in the custom thread pool.
Make sure you correctly suspend and resume FilterChainContext.