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
nitrogen over inets vs. yaws vs. mochiweb
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
  4 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
 
vim  
View profile  
 More options Jun 22 2009, 10:31 am
From: vim <ofer.aff...@gmail.com>
Date: Mon, 22 Jun 2009 07:31:43 -0700 (PDT)
Local: Mon, Jun 22 2009 10:31 am
Subject: nitrogen over inets vs. yaws vs. mochiweb
do you have any insights regarding using nitrogen over inets vs. yaws
vs. mochiweb?

why would you pick one over the other?
does it make a difference if i interact only through nitrogen?
does nitrogen behavior is different?

thanks, vim.


 
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.
Tom McNulty  
View profile  
 More options Jun 22 2009, 12:19 pm
From: Tom McNulty <tom.mcnu...@cetiforge.com>
Date: Mon, 22 Jun 2009 10:19:17 -0600
Local: Mon, Jun 22 2009 12:19 pm
Subject: Re: nitrogen over inets vs. yaws vs. mochiweb
Inets

-- I've never considered this to be any more than a toy, I can't back  
that up but I'm not aware of any reasons no choose it over the rest.  
Please prove me wrong.

Yaws

-- Great static file support, Apache style configuration.  Yaws  
performs well in tests with many simultaneous users.

Mochi

-- Very small http 1.1 server, so it's very easy to mod and learn.  
This is my preferred server for development. If you look at the source  
code for static file handling, you'll have all the reason you need not  
to use this in a production setup (see next step).

NGINX (or lighttpd, perhaps apache with event MPM)

-- Use a high performance server to handle all static files, then  
proxy requests to your nitrogen app. Now since Nitrogen is not CGI,  
FCGI etc, you have to talk HTTP, so I generally proxy to a nitrogen  
app running a mochiweb server. (once I used a custom-made server,  
lighter that mochiweb, but it was specific).

So I use mochiweb -- development
NGINX/mochiweb -- production.

I need to run more tests in YAWS to see if it can replace NGINX for  
me, the all-Erlang solution would be beneficial in that the framework  
may be called directly, not tunneled over HTTP proxy requests.

- Tom

On 22-Jun-09, at 8:31 AM, vim wrote:


 
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.
vim  
View profile  
 More options Jun 23 2009, 1:53 pm
From: vim <ofer.aff...@gmail.com>
Date: Tue, 23 Jun 2009 10:53:26 -0700 (PDT)
Local: Tues, Jun 23 2009 1:53 pm
Subject: Re: nitrogen over inets vs. yaws vs. mochiweb
thanks tom for your verbose answer. i'm still 'processing' all the
techniques you've mentioned, as i have less knowledge on those areas.
i guess i'll be back later with some more questions :)

On Jun 22, 7:19 pm, Tom McNulty <tom.mcnu...@cetiforge.com> wrote:


 
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.
Linh  
View profile   Translate to Translated (View Original)
 More options Jun 23 2009, 8:55 pm
From: Linh <gpl...@gmail.com>
Date: Tue, 23 Jun 2009 17:55:36 -0700 (PDT)
Local: Tues, Jun 23 2009 8:55 pm
Subject: Re: nitrogen over inets vs. yaws vs. mochiweb
Not sure about its static and dynamic file serving speed, but Inets
also has Apache style configuration.

On 6月24日, 午前2:53, vim <ofer.aff...@gmail.com> wrote:


 
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 »