Ticket #2539 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Add epoll reactor to the choosing-reactor doc

Reported by: therve Owned by: therve
Priority: highest Milestone:
Component: core Keywords:
Cc: itamarst Branch:
Author: Launchpad Bug:

Description

Epoll is great, we should promote it.

Change History

Changed 3 years ago by therve

  • priority changed from normal to highest
  • owner therve deleted
  • keywords review added

Ready to review in epoll-doc-2539.

Changed 3 years ago by itamarst

  • keywords review removed
  • owner set to therve
  • cc itamarst added

The only platform that will work is Linux 2.6. Also you should say it's much more scalable than either poll() or select() (the "only a better poll()" isn't that accurate, it's significantly better.)

Changed 3 years ago by therve

Oh, I thought it was also available on some BSD. Thanks for the suggestion.

Changed 3 years ago by therve

  • keywords review added
  • owner therve deleted

I've modified the doc according to your review.

Changed 3 years ago by exarkun

  • keywords review removed
  • owner set to therve

Looks good, please merge.

Changed 3 years ago by therve

  • status changed from new to closed
  • resolution set to fixed

(In [20042]) Merge epoll-doc-2539

Author: therve Reviewer: exarkun Fixes #2539

Add epoll reactor to the choosing-reactor documentation.

Note: See TracTickets for help on using tickets.