Skip to content

ACE dev_poll reactor for usage in TAO #2048

Open
@akrattan

Description

@akrattan

We are using ACE/TAO FOSS 3PP for exposing the CORBA communication and currently we are using the default ORBReactorType i.e., tp (ACE_TP_Reactor).

Tp Reactor type is using the “select()” API which has the limitation on monitoring and supports file descriptor number less than 1024 only. As per the TAO documentation we have seen an another ORBReactorType “dev_poll” which doesn’t have the limitations like “tp” reactor, also “depv_poll” is supported on Linux based platforms as an experimental functionality.

Does experimental functionality is recommended by community to use for production deployments? If yes, will it be supported if there is any issue occurs? If not, can we know their release plans to deliver it for production use cases.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions