+ 3
Best way to use python script remotely?
It needs to be executable from anywhere. Currently I’m using SimpleHTTPServer to receive http requests and do actions depending on the path and data. It’s really old way and I had some trouble with it. I was wondering if theres any better way. Like another better http server library? Also do http requests have time limits while waiting for response? The data sent with the request is very small. But the execution time in the other end can be quite long.
2 Respostas
+ 1
i'm doing somethign like this,i tried to use the simpleHTTPServer lib but it can't handle php and python file . So I found apache web server it's better and it is open source!
0
Telnetlib ;)