Message28615
Logged In: YES
user_id=21627
A patch to replace internal_select with poll(2) where
available is acceptable. The current version should be
conditionally kept. That Windows doesn't have poll(2) is no
problem: its select implementation supports arbitrarily
large FDs (just like poll).
Relaxing the IS_SELECTABLE usage to cases where select is
actually going to be called is optional: there shouldn't be
too many systems left without select where people still want
to open many file descriptors. |
|
| Date |
User |
Action |
Args |
| 2007-08-23 14:40:12 | admin | link | issue1494314 messages |
| 2007-08-23 14:40:12 | admin | create | |
|