Rails and Python hosting problem
Posted
by maxxtack
on Stack Overflow
See other posts from Stack Overflow
or by maxxtack
Published on 2010-06-05T15:49:29Z
Indexed on
2010/06/05
15:52 UTC
Read the original article
Hit count: 147
I am trying to host some files/rails app in the port 8080 for external access. For python I am using the SimpleHTTPServer module, and for rails, webrick. However, both of them does not work very well. I don't get the response back, and, sometimes, if I get it, it's VERY slow. Nevertheless, apache works very well on the port 8080 (i am not running them at the same time). What is going on?
© Stack Overflow or respective owner