没有合适的资源?快使用搜索试试~ 我知道了~
首页Expert Twisted
资源详情
资源评论
资源推荐

Expert Twisted
Event-Driven and Asynchronous
Programming with Python
—
Mark Williams
Cory Benfield
Brian Warner
Moshe Zadka
Dustin Mitchell
Kevin Samuel
Pierre Tardy

Expert Twisted
Event-Driven and Asynchronous
Programming with Python
MarkWilliams
CoryBenfield
BrianWarner
MosheZadka
DustinMitchell
KevinSamuel
PierreTardy

Expert Twisted
ISBN-13 (pbk): 978-1-4842-3741-0 ISBN-13 (electronic): 978-1-4842-3742-7
https://doi.org/10.1007/978-1-4842-3742-7
Library of Congress Control Number: 2018965166
Copyright © Mark Williams, Cory Beneld, Brian Warner, Moshe Zadka,
Dustin Mitchell, Kevin Samuel, Pierre Tardy 2019, corrected publication 2019
is work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the
material is concerned, specically the rights of translation, reprinting, reuse of illustrations, recitation,
broadcasting, reproduction on microlms or in any other physical way, and transmission or information
storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now
known or hereafter developed.
Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with
every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an
editorial fashion and to the benet of the trademark owner, with no intention of infringement of the trademark.
e use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not
identied as such, is not to be taken as an expression of opinion as to whether or not they are subject to
proprietary rights.
While the advice and information in this book are believed to be true and accurate at the date of publication,
neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or
omissions that may be made. e publisher makes no warranty, express or implied, with respect to the
material contained herein.
Managing Director, Apress Media LLC: Welmoed Spahr
Acquisitions Editor: Jonathan Gennick
Development Editor: James Markham
Coordinating Editor: Jill Balzano
Cover image designed by Freepik (www.freepik.com)
Distributed to the book trade worldwide by Springer Science+Business Media NewYork, 233 Spring Street,
6th Floor, NewYork, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail orders-ny@springer-
sbm.com, or visit www.springeronline.com. Apress Media, LLC is a California LLC and the sole member
(owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a
Delaware corporation.
For information on translations, please e-mail rights@apress.com, or visit http://www.apress.com/
rights-permissions.
Apress titles may be purchased in bulk for academic, corporate, or promotional use. eBook versions and
licenses are also available for most titles. For more information, reference our Print and eBook Bulk Sales
web page at http://www.apress.com/bulk-sales.
Any source code or other supplementary material referenced by the author in this book is available to
readers on GitHub via the book’s product page, located at www.apress.com/9781484237410. For more
detailed information, please visit http://www.apress.com/source-code.
Printed on acid-free paper
MarkWilliams
Pasadena, CA, USA
CoryBeneld
London, UK
BrianWarner
New York, USA
MosheZadka
New York, USA
DustinMitchell
New York, USA
PierreTardy
Toulouse, France
KevinSamuel
Nice, France

Dedicated to AZ, NZ, and TS: Twisted prevails,
and we're looking forward to the next
generation of maintainers.
—Moshe Zadka

v
Table of Contents
Part 1: Foundations ���������������������������������������������������������������������������������������� 1
Chapter 1: An Introduction to Event- Driven Programming with Twisted ����������������� 3
A Note About Python Versions ������������������������������������������������������������������������������������������������������� 4
What Is Event-Driven Programming? �������������������������������������������������������������������������������������������� 4
Multiple Events ����������������������������������������������������������������������������������������������������������������������������� 5
Application(tkinter�Tk())�mainloop() ����������������������������������������������������������������������������������������������� 6
Multiplexing and Demultiplexing ��������������������������������������������������������������������������������������������������� 7
The select Multiplexer ������������������������������������������������������������������������������������������������������������������� 9
Its History, Its Siblings, and Its Purpose����������������������������������������������������������������������������������� 9
select and Sockets ������������������������������������������������������������������������������������������������������������������ 9
The How and Why of Socket Events �������������������������������������������������������������������������������������� 11
Handling Events ��������������������������������������������������������������������������������������������������������������������� 12
An Event Loop with select ����������������������������������������������������������������������������������������������������� 13
Event-Driven Clients and Servers ������������������������������������������������������������������������������������������ 15
Non-blocking I/O ������������������������������������������������������������������������������������������������������������������������� 18
Knowing When to Stop ���������������������������������������������������������������������������������������������������������� 18
Tracking State ������������������������������������������������������������������������������������������������������������������������ 19
State Makes Programs Complex ������������������������������������������������������������������������������������������� 23
Managing Complexity with Transports and Protocols ����������������������������������������������������������������� 23
Reactors: Working with Transports ���������������������������������������������������������������������������������������� 24
About the Authors �������������������������������������������������������������������������������������������������� xiii
About the Technical Reviewers �������������������������������������������������������������������������������xv
Acknowledgments �������������������������������������������������������������������������������������������������xvii
Introduction ������������������������������������������������������������������������������������������������������������xix
剩余391页未读,继续阅读


















安全验证
文档复制为VIP权益,开通VIP直接复制

评论0