Hi folks,
We will be creating a heavy traffic site that uses Ajax, Flash videoand has heavy persistent database connectivity. Database will be mostprobably PostgreSQL.
Usage requires speed close to real time, bandwidth or latency will notbe an issue. I'm pretty sure we can accomplish all of this if we stickto pure Ruby. But we would like to create it using a web framework andtake advantage of Swiftiply, Erubis, Mongrel etc. .
My research shows that we will be needing Swiftiplied Mongrel andshould avoid Activerecord (use Og?). The closest frameworks in mindare Camping and Merb. Which of these two would be the best option forus?
p