You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Mladen Turk (JIRA)" <ji...@apache.org> on 2010/05/25 12:34:24 UTC

[jira] Created: (TS-372) Use fdwalk and implement wrapper for platforms not having it

Use fdwalk and implement wrapper for platforms not having it
------------------------------------------------------------

                 Key: TS-372
                 URL: https://issues.apache.org/jira/browse/TS-372
             Project: Traffic Server
          Issue Type: Improvement
          Components: Core
            Reporter: Mladen Turk
            Assignee: Mladen Turk
            Priority: Minor
             Fix For: 2.1.1
         Attachments: fdwalk.diff

Implement fdwalk for common iteration over opened process file descriptors
Solaris has native fdwalk function, so implement the same on other platforms using ink_fdwalk.

This feature allow to close all opened file descriptors in process using using simple callback
which is something usually done after fork and before execv.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-372) Use fdwalk and implement wrapper for platforms not having it

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-372:
-----------------------------

    Fix Version/s: 2.3.0
                       (was: 2.1.3)

Mladen: I'm moving this out to v2.3.0, but you obviously have the option to land this earlier on "trunk" if you like.

> Use fdwalk and implement wrapper for platforms not having it
> ------------------------------------------------------------
>
>                 Key: TS-372
>                 URL: https://issues.apache.org/jira/browse/TS-372
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Mladen Turk
>            Assignee: Mladen Turk
>            Priority: Minor
>             Fix For: 2.3.0
>
>         Attachments: fdwalk.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Implement fdwalk for common iteration over opened process file descriptors
> Solaris has native fdwalk function, so implement the same on other platforms using ink_fdwalk.
> This feature allow to close all opened file descriptors in process using using simple callback
> which is something usually done after fork and before execv.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-372) Use fdwalk and implement wrapper for platforms not having it

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk updated TS-372:
---------------------------

    Fix Version/s: 2.1.2
                       (was: 2.1.1)

Target 2.1.2 cause more testing needed

> Use fdwalk and implement wrapper for platforms not having it
> ------------------------------------------------------------
>
>                 Key: TS-372
>                 URL: https://issues.apache.org/jira/browse/TS-372
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Mladen Turk
>            Assignee: Mladen Turk
>            Priority: Minor
>             Fix For: 2.1.2
>
>         Attachments: fdwalk.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Implement fdwalk for common iteration over opened process file descriptors
> Solaris has native fdwalk function, so implement the same on other platforms using ink_fdwalk.
> This feature allow to close all opened file descriptors in process using using simple callback
> which is something usually done after fork and before execv.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-372) Use fdwalk and implement wrapper for platforms not having it

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk updated TS-372:
---------------------------

    Attachment: fdwalk.diff

fdwalk implementation patch

> Use fdwalk and implement wrapper for platforms not having it
> ------------------------------------------------------------
>
>                 Key: TS-372
>                 URL: https://issues.apache.org/jira/browse/TS-372
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Mladen Turk
>            Assignee: Mladen Turk
>            Priority: Minor
>             Fix For: 2.1.1
>
>         Attachments: fdwalk.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Implement fdwalk for common iteration over opened process file descriptors
> Solaris has native fdwalk function, so implement the same on other platforms using ink_fdwalk.
> This feature allow to close all opened file descriptors in process using using simple callback
> which is something usually done after fork and before execv.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.