摘要: unix下的I/O------阻塞,非阻塞,同步,异步参考Richard Stevens的“UNIX® Network Programming Volume 1, Third Edition: The Sockets Networking”。Stevens一共提出了五种 IO Model:blocking IOnonblocking IOIO multiplexing(select and poll)signal driven IO(SIGIO)asynchronous IO(the POSIX aio_functions)先说一下IO发生时所涉及的对象和步骤。一个输入操作通常包括下 阅读全文
posted @ 2012-03-16 14:41 宇月--测试开发梦想家 阅读(208) 评论(0) 推荐(0) 编辑