9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Skip Tavakkolian <9nut@9netics.com>
To: 9fans@9fans.net
Subject: Re: [9fans] Web Gardens
Date: Sun, 11 Oct 2015 23:55:12 -0700	[thread overview]
Message-ID: <4cfdcc54e68c9e0114113582a8e2e22e@9netics.com> (raw)
In-Reply-To: <7A773810-49DE-44E8-96D4-8E6F56A247C9@gmail.com>

if it's the term used by IIS, i think it refers to how a server
handles web requests: (a) one process handling all requests -- i.e.
in a select() loop -- or (b) a process pool, with each process
handling one request.  the latter is a "web garden" model.

plan9's httpd starts a proc for each new request.

> As a diversion from the discussion of the existential essence of
> Javascript, could I ask the group for a view on the meaning of the
> term "Web Garden"?  I was just asked about this in a job interview.
> Supplementary question - how would you implement a Web Garden in
> Plan9?




  reply	other threads:[~2015-10-12  6:55 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-12  4:57 Andrew Simmons
2015-10-12  6:55 ` Skip Tavakkolian [this message]
2015-10-12  8:18   ` hiro
2015-10-12  9:49   ` Staven
2015-10-12 10:11     ` Charles Forsyth
2015-10-12 10:55     ` Steve Simon
2015-10-12 12:29     ` Anthony Sorace
2015-10-12 16:13 ` Kurt H Maier
2015-10-12 20:02   ` Andrew Simmons
2015-10-16  2:10   ` erik quanstrom
2015-10-16  3:48     ` Kurt H Maier
2015-10-16  3:53       ` Prof Brucee
2015-10-17  1:51         ` Jeff Sickel
2015-10-17  4:44           ` Winston Kodogo
2015-10-18 15:41       ` erik quanstrom
2015-10-18 18:11         ` hiro
2015-10-12 22:43 ` Aleksandar Kuktin
2015-10-13  8:15   ` Charles Forsyth
2015-10-14  3:29     ` Lyndon Nerenberg
2015-10-14  8:32       ` Charles Forsyth
2015-10-14  8:35         ` Charles Forsyth
2015-10-14 15:25           ` Andrew Simmons
2015-10-14 16:34             ` Skip Tavakkolian
2015-10-15  6:22           ` Lyndon Nerenberg
2015-10-15  6:21         ` Lyndon Nerenberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4cfdcc54e68c9e0114113582a8e2e22e@9netics.com \
    --to=9nut@9netics.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).