<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><pre>hello pythonist<br><br>i'm developing using the simple / basic http server<br>i got very bad performance regarding to request time .<br>9 sec for each request replay.<br><br>i tried to test this with this:<br>python -m SimpleHTTPServer 8080<br>but no better.<br><br>any sugestions ? that i can use ?<br>my final goal is to serv 5 people on the lan network only .<br>can't i stick with the python server ?<br></pre></td></tr></table>