Yes, you can handle multiple connections using aio_*(), but you end up
with one thread (with the glibc 2 implementation) per open connection,
right? So when we have 10000 connections, we have 10000 threads,
right? I don't think aio_*() scales very well.
Regards,
Richard....
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu