On 2012年12月21日 12:37:25 -0800 Guido van Rossum <guido at python.org> wrote: > I really meant *synchronously*... I usually start with working sync code > and then figure out what to do to make it async. I'll give what you suggest > a try. Ah. Then I hope the doc example can help you: http://docs.python.org/dev/library/ssl.html#server-side-operation Regards Antoine.