Displaying 1 result from an estimated 1 matches for "pg_pool".
Did you mean:
p_pool
2006 Sep 02
0
Suggested Rails Architectures (OS/Webserver/Other Languages)
...mied by some warnings I seem to have read around the
net in comments about ruby on rails, as far as performance. How does
this compare to Perl? Believe it or not, my main site application that I
wrote does not use mod_perl. So it uses more resources (though I do
spread the database end out with pg_pool for a little help). However, I
have no problem serving enough requests to handle dozens and dozens of
visitors at a time with a database-heavy site.
With Ruby on Rails, is there some sort of a problem with running
multiple applications and services off the same server? And I know that
poorly w...