in reply to Re: A simple web server with HTTP::Daemon and threads
in thread A simple web server with HTTP::Daemon and threads
It's hard to expect that HTTP server rewritten in Perl will have better performance than apache. Are you sure that the problem is in apache and not in your scripts? If your script often returns the same data, you can improve performance by placing reverse proxy in front of apache, nginx is widely used for this purpose.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: A simple web server with HTTP::Daemon and threads
by nikos (Scribe) on Feb 15, 2010 at 19:56 UTC |