suhongrui / python-multitask

Automatically exported from code.google.com/p/python-multitask
0 stars 0 forks source link

multitask in p2p sip. #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I use multitask in "p2p sip" modules. I added in multitask some generators 
function (invite, register, accept...). 
But when user make a call, I saw that after 10-15 seconds my invite function 
run. I think it is too long. When i debug i saw multitask do  the function 
"_handle_io_waits" before do my invite function, it took a long time. And some 
time I got a error time out exception.
Please help me.
Thanks

Original issue reported on code.google.com by run...@gmail.com on 30 Jul 2010 at 3:03