hello pythonist i'm developing using the simple / basic http server i got very bad performance regarding to request time . 9 sec for each request replay.
i tried to test this with this: python -m SimpleHTTPServer 8080 but no better. any sugestions ? that i can use ? my final goal is to serv 5 people on the lan network only . can't i stick with the python server ?
-- http://mail.python.org/mailman/listinfo/python-list