From the http://www.itamarst.org/writings/OSCON03/twisted_internet-18.html
slide, I gather that objects in twisted connect as follows:
(internet cloud) <---> transport <---> reactor <---> protocol
In the http://www.itamarst.org/writings/OSCON03/twisted_internet-19.html diagram however, there is a different connectivity. What am I missing here?
On Thu, 20 Nov 2003 17:34:19 -0800 "John Benson" jsbenson@bensonsystems.com wrote:
From the http://www.itamarst.org/writings/OSCON03/twisted_internet-18.html slide, I gather that objects in twisted connect as follows:
(internet cloud) <---> transport <---> reactor <---> protocol
In the http://www.itamarst.org/writings/OSCON03/twisted_internet-19.html diagram however, there is a different connectivity. What am I missing here?
Both of them are slightly unaccurate. I'll update my slides for the next time I give the tutorial to be consistent.