AIO should callback on AIO/calling/any_ethread thread instead of current AIO
for write or any for reads
-------------------------------------------------------------------------------------------------------
Key: TS-102
URL: https://issues.apache.org/jira/browse/TS-102
Project: Traffic Server
Issue Type: Improvement
Components: Cleanup
Reporter: John Plevyak
Assignee: John Plevyak
Priority: Minor
Fix For: 2.1.0
AIO currently is special cased to callback writes on the AIO thread and reads on
a random event thread. This is inflexible and a hidden part of the API and it
makes
it difficult to ptimize thread switching in the cache. This solution is to
expose this
in the AIO API.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.