Advanced Programming in the UNIX Environment: Second Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Advanced Programming in the UNIX Environment: Second Edition [Electronic resources] - نسخه متنی

W. Richard Stevens; Stephen A. Rago

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید



14.10. Summary


In this chapter, we've described numerous advanced I/O functions, most of which are used in the examples in later chapters:

  • Nonblocking I/Oissuing an I/O operation without letting it block

  • Record locking (which we'll look at in more detail through an example, the database library in Chapter 20)

  • Chapter 17 to understand STREAMS-based pipes, passing file descriptors, and System V clientserver connections)

  • I/O multiplexingthe select and poll functions (we'll use these in many of the later examples)

  • The readv and writev functions (also used in many of the later examples)

  • Memory-mapped I/O (mmap)



    / 369