Yariv,

Yeah, that was weird. Well, two great minds often think alike (but so  
do two feeble minds...)

I almost fell into that non-production trap myself, but remembered to  
include "-e production" for Rails in the last minute.

Yariv, you know what? You and I should sit down and create a benchmark  
test for the frameworks I provided, along with Tomcat and .NET, to  
have a semi-official analysis cross-posted later. What do you say?

/Davd

On Dec 10, 2007, at 2:43 AM, Yariv Sadan wrote:

>
> You have funny timing -- I spent most of the weekend running real
> benchmarks between two EC2 instances and I found that ErlyWeb
> obliterates Rails in performance, with a peak response rate that's 47x
> higher than Rails (it may be even higher, because it looks like
> ErlyWeb saturated EC2's internal bandwidth).
>
> http://yarivsblog.com/articles/2007/12/09/erlyweb-vs-ruby-on-rails-ec2-performance-showdown
>
> Try to do hot code swapping in Haskell :)
>
> Cheers,
> Yariv
>
>
> On Dec 9, 2007 9:30 PM, davber <[EMAIL PROTECTED]> wrote:
>>
>> Ok, I have long suspected that ErlyWeb is faster than Ruby on Rails,
>> even on a single server. But I wanted proof. Now I have proof; well,
>> at least clear indications: 
>> http://blog.davber.com/2007/12/10/web-server-performance-shoot-out-simple-pages/
>>
>> Interesting to note is that ErlyWeb (just like the Haskell cousin,
>> HAppS) is FASTER with dynamic content than with static content (from
>> file...) :-)
>>
>> From a non-performance aspect, it is interesting to note the
>> difference in meta programming between ErlyWeb - with its reflective
>> Smerl - and that of HAppS/Haskell with compilation-based code
>> generation; ok, HAppS is not using Haskell proper (i.e., 98) but
>> instead Template Haskell, which gives ALMOST as much flexibility as
>> reflection/introspection.
>>
>> Ok, see you soon!
>>>
>>
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"erlyweb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to