PonyPC
PonyPC
Centos. I also use same method to stop and restart http server in python. It is seemed that the http library works well and can stop immediately, although I don't...
a week later, the problem comes: After issuing close_all, the threaded ftp server print [W 2016-10-23 04:00:05] thread didn't terminate; ignoring it And hang on again.
[W 2016-10-23 04:00:05] thread ≤Thread(('xxx', 62906), started daemon 140644651616000)> didn't terminate; ignoring it
Emm... I don't want to kill the process cause there are other threads to server continuously. Http server library never hang on after close all at my environment. Is the...
After few days finding, I guess there is some issue in ioloop. I use ThreadedFTPServer for serve FTP. I do nothing blocking in original ftp functions. httplib is used in...
I have same problem, at first, I thought it might be caused by my third-party component. Multiple lines only show the first line.
@nallar Still not working T_T
@Parker8283 All right. Thank you, sir. Wish it can be added as soon as possible.
@cpw I start java process by pass these arguments: ...... Djava.security.manager -Djava.security.policy=java.policy ....... to prevent a user upload plugin which can execute Runtime.getRuntime().exec(). Think about it: exec('rm -rf /home/java') or...