[
https://issues.apache.org/jira/browse/TS-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792926#action_12792926
]
Anirban commented on TS-94:
---------------------------
Vijay M. created a fix for this in Yahoo's SVN using pipes. He'll be checking
this into the Apache Open Source release when he comes back from vacation.
> optionaly use pipe/fdevent()/libev ev_async to signal threads waiting on poll
> that new events have been posted to the thread
> ----------------------------------------------------------------------------------------------------------------------------
>
> Key: TS-94
> URL: https://issues.apache.org/jira/browse/TS-94
> Project: Traffic Server
> Issue Type: Improvement
> Components: Core
> Affects Versions: 2.0.0a
> Reporter: John Plevyak
> Priority: Minor
> Fix For: 2.1.0
>
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> Currently threads waiting for IO which have events posted to them (e.g. newly
> accepted sockets for
> traffic servers using an accept thread) do not get knocked off the poll wait
> to process the new event.
> This can be done with pipe's linux's fdevent and more generally with libev
> ev_async.
> This improvement would optionally enable this functionality.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.