twisted client.getPage threading safety

sndive at gmail.com sndive at gmail.com
Wed Nov 21 18:41:48 EST 2007


I found nothing better to do than to start a new thread from c and run
twisted event loop there.

my question is: how can i safely call client.getPage() from another
thread? could i?
i have compiled python without threading support and am wondering what
the repercussions will be
(i don't want to enable threading for python space)



More information about the Python-list mailing list