[Twisted-Python] Multi-service, multi-protocol examples

Hi all, A couple weeks ago I posted a question to this list titled "AMQP listening and user-facing daemon". The responses were very helpful; thank you. Does anyone have any examples/tutorials on writing with multiple protocols doing totally different things? I found a thread on Stackoverflow [1] and the Twisted Finger tutorial [2]. Anything along these lines -- possibly more in-depth? I have also been working thorugh the recommended Krondo tutorial [3] which has been helpful in learning the mechanisms of Twisted. [1] http://stackoverflow.com/questions/4084090/multiple-reactors-main-loops-in-o... [2] https://twistedmatrix.com/documents/current/core/howto/tutorial/index.html [3] http://krondo.com/blog/?p=1247 Thanks, Justin

On Jul 24, 2013, at 4:19 PM, Justin Chiu <c.justin88@gmail.com> wrote:
The unifying element of many multi-protocol services is authentication; specifically, as authentication is provided via Cred: <http://twistedmatrix.com/documents/current/core/howto/cred.html>. There ought to be more documentation on this, but once you've read through it, have a stroll through the API documentation and the examples and you should get a pretty good idea :). -glyph

On Jul 24, 2013, at 4:19 PM, Justin Chiu <c.justin88@gmail.com> wrote:
The unifying element of many multi-protocol services is authentication; specifically, as authentication is provided via Cred: <http://twistedmatrix.com/documents/current/core/howto/cred.html>. There ought to be more documentation on this, but once you've read through it, have a stroll through the API documentation and the examples and you should get a pretty good idea :). -glyph
participants (2)
-
Glyph
-
Justin Chiu