#48114 make event backend pluggable
Closed: wontfix None Opened 9 years ago by rmeggins.

Allow setting which event backend to use in ns_thrpool_new e.g.

  struct ns_thrpool_config ns_config;
  ns_thrpool_config_init(&ns_config);
  ns_config.event_backend = "tevent";
  tp = ns_thrpool_new(&ns_config);

to tell nunc stans to use tevent as the event backend.

This is similar to the way the event frameworks allow you to specify to use epoll, poll, select, etc. as the polling mechanism.


We don't need this right away - the default is the libevent backend, which is fine for 389

Metadata Update from @rmeggins:
- Issue set to the milestone: N/A

7 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/1445

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Duplicate)

3 years ago

Login to comment on this ticket.

Metadata