Ticket #2539 (closed enhancement: fixed )

Opened 2 years ago

Last modified 2 years ago

Add epoll reactor to the choosing-reactor doc

Reported by: therve Assigned to: therve
Type: enhancement Priority: highest
Milestone: Component: core
Keywords: Cc: itamarst
Branch: Author:
Launchpad Bug:

Description

Epoll is great, we should promote it.

Attachments

Change History

  2007-03-31 16:38:54+00:00 changed by therve

  • keywords set to review
  • owner deleted
  • priority changed from normal to highest

Ready to review in epoll-doc-2539.

  2007-04-01 14:38:14+00:00 changed by itamarst

  • cc set to itamarst
  • keywords deleted
  • owner set to therve

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

  2007-04-01 17:08:38+00:00 changed by therve

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

  2007-04-04 11:36:25+00:00 changed by therve

  • keywords set to review
  • owner deleted

I've modified the doc according to your review.

  2007-04-22 18:55:10+00:00 changed by exarkun

  • keywords deleted
  • owner set to therve

Looks good, please merge.

  2007-04-23 08:04:21+00:00 changed 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.