Dan Kegel wrote: > But I doubt very much that SIGIO style readiness notification will ever > be used with files. aio_{read,write} style completion notification is > much more appropriate for file I/O, and my proposal (if I make it) will not > affect that. Well, when I have an app, that deals primarily with network I/O, and, at the same time has some file I/O, it's only logical to have all I/O handling within the same event loop, and if loop is RT-signals based... > Thanks again for creating and maintaining your patch! I look forward to > stress-testing the next version. Could you please try attached one? It's mostly untested, but my home site will be down next week. And thank you for your efforts also :) I'm looking forward to see a test case, all I could come up with happily runs on the old version. Thanks again, Vitaly.