Web Framework Benchmarks
401–410 of 415 posts
Re: Web Framework Benchmarks
#402Re: Web Framework Benchmarks
#403(Disclaimer: I'm the Vert.x project lead)
Re: Web Framework Benchmarks
#404Earlier quoted context omitted.
>You and tikhonj are all over the place in here I am all over the place in here for the exact reason I mentioned. Go look at my posts, for every post about haskell by me, it is in response to someone posting some absurd nonsense like "haskell can't do real world" and "functional programming is great except you can't really do it because state". If people were interested in haskell, they would express interest, not st…
But that is like claiming nobody wants gay marriage because look how loud those Westboro people are screaming. I'm interested in Haskell. I find it to be frustrating sometimes, and sometimes I vent my frustrations. It is hard to learn. But out of all the opinionated languages out there, Haskell is the one that I agree with the most. There plenty of people here that are obviously interested. Why does it matter that th…
That analogy would only be accurate if those Westboro people were in the majority.
>Why does it matter that the naysayers say nay?
I'm not sure how to answer this, given the context. I simply pointed out that I don't think the idea that there's a lot of interest in haskell here is accurate, and cited all the uninformed crap spewed about haskell all the time as evidence.
Re: Web Framework Benchmarks
#405Earlier quoted context omitted.
That's because they inexplicably use the Jackson library for the simple test, rather than Play's built in JSON support (they use the built-in JSON for the other benchmarks).
Both Netty and Play use Jackson though one the Netty version uses a single ObjectMapper and the Play version uses a new ObjectNode per request (created through Play's Json library).
Re: Web Framework Benchmarks
#406a) Please, publish not only the requests per second, but the memory and CPU usage of the machine for each framework. b) For JAVA systems, can you publish de heap configuration of the JVM?
Cheers!
Re: Web Framework Benchmarks
#407Earlier quoted context omitted.
It's funny you should put this together because in an earlier draft of this blog entry I had created a tongue-in-cheek unit to express the average cost per additional line of code. Based on our Cake PHP numbers, I wanted to describe PHP as having the highest average cost per line of code. But we dropped this because I felt it ultimately wasn't fair to say that based on the limited data we had and it could be easily i…
Good thing you opted against sensational journalism. About the cost per additional line of code for PHP, it mainly comes from not having an opcode cache and having to load and interpret files on every visit. mod_php was and will always be trash. I commented earlier about it too. In case of Ruby, and talking about Rails, even when using Passenger, the rails app is cached via a spawn server. That's not the case with PH…
Re: Web Framework Benchmarks
#408Earlier quoted context omitted.
Erlang would be nice to see, with, say, Chicago Boss.
Agreed. As you can imagine, we had to stop adding additional frameworks somewhere or we'd never get this posted. :)