Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3
[Posted February 28, 2007 by corbet]
| From: |
| David Miller <davem-AT-davemloft.net> |
| To: |
| linux-AT-horizon.com |
| Subject: |
| Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3 |
| Date: |
| Thu, 22 Feb 2007 05:40:12 -0800 (PST) |
| Cc: |
| mingo-AT-elte.hu, linux-kernel-AT-vger.kernel.org |
| Archive-link: |
| Article,
Thread
|
From: linux@horizon.com
Date: 22 Feb 2007 07:27:21 -0500
> May I just say, that this is f***ing brilliant.
It's brilliant for disk I/O, not for networking for which
blocking is the norm not the exception.
So people will have to likely do something like divide their
applications into handling for I/O to files and I/O to networking.
So beautiful. :-)
Nobody has proposed anything yet which scales well and handles both
cases.
It is one reoccuring point made by Evgeniy, and he is very right
about it.
If used for networking one could easily make this new interface create
an arbitrary number of threads by just opening up that many
connections to such a server and just sitting there not reading
anything from any of the client sockets. And this happens
non-maliciously for slow clients, whether that is due to application
blockage or the characteristics of the network path.
(
Log in to post comments)