Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Gevent compared to Erlang, Java (Webbit),Go, Node.js
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Allard  
View profile  
 More options Jun 13 2012, 7:49 am
From: Allard <allard.schip...@gmail.com>
Date: Wed, 13 Jun 2012 04:49:53 -0700 (PDT)
Local: Wed, Jun 13 2012 7:49 am
Subject: Gevent compared to Erlang, Java (Webbit),Go, Node.js

I haven't delved in to the whys an interesting observation:
https://github.com/ericmoritz/wsdemo/blob/master/results.md

The benchmark tested an echo like scenario and compared Erlang, Java
(Webbit),Go, Node.js and Python (gevent + ws4py). The Python version of the
test seems to be the least favourable.

It may get some comments on Hacker News as well.
http://news.ycombinator.com/item?id=4105317

Cheers,

Allard


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Executier Godlike  
View profile  
 More options Jun 13 2012, 7:56 am
From: Executier Godlike <s...@messir.net>
Date: Wed, 13 Jun 2012 13:56:58 +0200
Local: Wed, Jun 13 2012 7:56 am
Subject: Re: [gevent] Gevent compared to Erlang, Java (Webbit),Go, Node.js
> I haven't delved in to the whys an interesting observation:
> https://github.com/ericmoritz/wsdemo/blob/master/results.md

Could you add plots for easier comparison?

> The Python version
> of the test seems to be the least favourable.

Sure, how python can compete with compilers and JIT-enabled
staticaly-typed languages? :)

--
Alexandre Kandalintsev


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Benoit Chesneau  
View profile  
 More options Jun 13 2012, 8:15 am
From: Benoit Chesneau <bchesn...@gmail.com>
Date: Wed, 13 Jun 2012 14:15:27 +0200
Local: Wed, Jun 13 2012 8:15 am
Subject: Re: [gevent] Gevent compared to Erlang, Java (Webbit),Go, Node.js

On Wed, Jun 13, 2012 at 1:56 PM, Executier Godlike <s...@messir.net> wrote:
>> I haven't delved in to the whys an interesting observation:
>> https://github.com/ericmoritz/wsdemo/blob/master/results.md
> Could you add plots for easier comparison?

>> The Python version
>> of the test seems to be the least favourable.
> Sure, how python can compete with compilers and JIT-enabled
> staticaly-typed languages? :)

erlang isn't one of those ^^

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Antonin AMAND  
View profile  
 More options Jun 13 2012, 9:22 am
From: Antonin AMAND <antonin.am...@gmail.com>
Date: Wed, 13 Jun 2012 15:22:37 +0200
Local: Wed, Jun 13 2012 9:22 am
Subject: Re: [gevent] Gevent compared to Erlang, Java (Webbit),Go, Node.js
Personally I'm already thrilled that it stays in the same order of magnitude.
I would like to see how ruby-eventmachine compares to gevent.
Does anybody knows some benchmarks comparing them ? (not necessarily
on websockets)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt Billenstein  
View profile  
 More options Jun 13 2012, 2:57 pm
From: "Matt Billenstein" <m...@vazor.com>
Date: Wed, 13 Jun 2012 18:57:29 +0000
Local: Wed, Jun 13 2012 2:57 pm
Subject: Re: [gevent] Gevent compared to Erlang, Java (Webbit),Go, Node.js
Go, Java, Erlang are probably not limited to a single core like node/python?

gunicorn with many gevent workers would fare much better I think - and be a
more realistic deployment option for anyone serious about these sort of
workloads under Python.

And there are options [1] in C++ using fibers which would be interesting to see
- I'd imagine there is a possibility some of these could be much faster than
Erlang.

m

1. http://code.mozy.com/projects/mordor/

On Wed, Jun 13, 2012 at 04:49:53AM -0700, Allard wrote:
>    I haven't delved in to the whys an interesting observation:
>    https://github.com/ericmoritz/wsdemo/blob/master/results.md
>    The benchmark tested an echo like scenario and compared Erlang, Java
>    (Webbit),Go, Node.js and Python (gevent + ws4py). The Python version of
>    the test seems to be the least favourable.
>    It may get some comments on Hacker News as well.
>    http://news.ycombinator.com/item?id=4105317
>    Cheers,
>    Allard

--
Matt Billenstein
m...@vazor.com
http://www.vazor.com/

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff Lindsay  
View profile  
 More options Jun 13 2012, 2:59 pm
From: Jeff Lindsay <progr...@gmail.com>
Date: Wed, 13 Jun 2012 11:59:55 -0700
Local: Wed, Jun 13 2012 2:59 pm
Subject: Re: [gevent] Gevent compared to Erlang, Java (Webbit),Go, Node.js

I feel very guilty as the original author of the ws4py's gevent modules. I
never got around to optimizing or really stabilizing it. :(

--
Jeff Lindsay
http://progrium.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Allard  
View profile  
 More options Jun 13 2012, 4:05 pm
From: Allard <allard.schip...@gmail.com>
Date: Wed, 13 Jun 2012 13:05:50 -0700 (PDT)
Local: Wed, Jun 13 2012 4:05 pm
Subject: Re: [gevent] Gevent compared to Erlang, Java (Webbit),Go, Node.js

Agree that it would have been good to see ruby's eventmachine in here and a
C++ example. Using multiple workers with Gunicorn might have been more fair
too. I am wondering what the hot spots are in the code. If it's even ws4py
or if it's somewhere else...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »