in reply to an interesting web frameworks benchmark
On the other hand, the above statement applies more to traditional frameworks like CGI::Application, whereas "full-stack" frameworks such as Jifty or Rails also aim to provide the underpinnings for the business logic part (such as object-relational mappers), in the extreme case completely and exclusively controlling the database. If you go this way, it is probably quite essential to look at how this impacts on performance.
The article states that although "we didn’t come up with complex queries", "when connecting rails to Oracle the performance dropped to the extent it made any production use of the product useless". Anyone has any idea what went wrong there?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: an interesting web frameworks benchmark
by perrin (Chancellor) on Jul 17, 2006 at 03:05 UTC |