Python Cookbook 2Nd Edition Jun 1002005 [Electronic resources] نسخه متنی

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

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

Python Cookbook 2Nd Edition Jun 1002005 [Electronic resources] - نسخه متنی

David Ascher, Alex Martelli, Anna Ravenscroft

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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







Chapter 9. Processes, Threads, and Synchronization


    Introduction

    Recipe 9.1.
    Synchronizing All Methods in an Object

    Recipe 9.2.
    Terminating a Thread

    Recipe 9.3.
    Using a Queue.Queue as a Priority Queue

    Recipe 9.4.
    Working with a Thread Pool

    Recipe 9.5.
    Executing a Function in Parallel on Multiple Argument Sets

    Recipe 9.6.
    Coordinating Threads by Simple Message Passing

    Recipe 9.7.
    Storing Per-Thread Information

    Recipe 9.8.
    Multitasking Cooperatively Without Threads

    Recipe 9.9.
    Determining Whether Another Instanceof a Script Is Already Running in Windows

    Recipe 9.10.
    Processing Windows Messages Using MsgWaitForMultipleObjects

    Recipe 9.11.
    Driving an External Process with popen

    Recipe 9.12.
    Capturing the Output and Error Streams from a Unix Shell Command

    Recipe 9.13.
    Forking a Daemon Process on Unix


/ 394