You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "John Plevyak (JIRA)" <ji...@apache.org> on 2009/12/17 20:00:18 UTC

[jira] Commented: (TS-94) optionaly use pipe/fdevent()/libev ev_async to signal threads waiting on poll that new events have been posted to the thread

    [ https://issues.apache.org/jira/browse/TS-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792072#action_12792072 ] 

John Plevyak commented on TS-94:
--------------------------------

fdevent should be eventfd on linux

> 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.