[
https://issues.apache.org/jira/browse/TS-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14220178#comment-14220178
]
Phil Sorber commented on TS-2911:
---------------------------------
If we have a set of threads pinned to a specific NUMA node and use freelists
that pull from that NUMA node as well; then we accept a connection there,
instantiate objects there, then decide to run on another node in a separate
thread pool, that won't work.
What we could do, is have one set of threads on a NUMA node listen on a
different IP:Port pair so that we can know where they should run before any
memory is allocated. Is this something that might fit your use case?
> Custom Thread Pools
> -------------------
>
> Key: TS-2911
> URL: https://issues.apache.org/jira/browse/TS-2911
> Project: Traffic Server
> Issue Type: New Feature
> Components: Core, Performance
> Reporter: Luca Rea
>
> Request feature to support adding new thread pools and assign them to groups
> of inbound listeners and oubound parents or domains
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)