Closed zodman closed 9 years ago
if i use from subprocess import call the call command execute a ncftpget and download a file and take a lot of time to execute...
so the greenlet thread get stuck and not answer the ping from irc server ...
update the title
Pyaib calls patch_all, but patch_subprocess is not enable in that by default. Just Add: from gevent.monkey import patch_subprocess patch_subprocess()
to your code
tnx!
if i use from subprocess import call the call command execute a ncftpget and download a file and take a lot of time to execute...
so the greenlet thread get stuck and not answer the ping from irc server ...