All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: "Ronald G. Minnich" <rminnich@lanl.gov>
Cc: xen-devel@lists.sourceforge.net
Subject: Re: [PATCH] xenctld - a control channel multiplexing daemon
Date: Fri, 21 Jan 2005 15:28:23 -0600	[thread overview]
Message-ID: <1106342902.18671.5.camel@localhost> (raw)
In-Reply-To: <Pine.LNX.4.58.0501211353100.5215@linux.site>

On Fri, 2005-01-21 at 14:54, Ronald G. Minnich wrote:
> On Fri, 21 Jan 2005, Anthony Liguori wrote:
> 
> > Out of curiosity, why is that?  Is it the storage overhead?  Increasing
> > the number of processes?  Or simply just the additional administrative
> > headache?
> 
> more daemons means more things to get run when you least want them to run. 
> It's just a good idea to keep the daemons to a minimum. Requiring a daemon 
> to translate a unix domain socket to ip just strikes me as very 
> unnecessary.

Sure, it's not quite that simple though.  The unix domain interface
would be very very low-level.  The messages would pretty much get passed
directly to the domain's ring queue.

The ip interface might support SNMP or some other standardized network
protocol.  In the very least, the IP interface would have to be
endian-neutral which means that it's going to be a more complicated
protocol.

> But, I'm not writing it, so past a point I think you should ignore my 
> requests if you don't like them :-)

Feedback is always a good thing.  I'm very curious to see what people
would want the control software to do.

Thanks,

> ron
-- 
Anthony Liguori
Linux Technology Center (LTC) - IBM Austin
E-mail: aliguori@us.ibm.com
Phone: (512) 838-1208




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl

  reply	other threads:[~2005-01-21 21:28 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-21 15:55 [PATCH] xenctld - a control channel multiplexing daemon Anthony Liguori
2005-01-21 16:39 ` Andrew Warfield
2005-01-21 17:19   ` Ronald G. Minnich
2005-01-21 19:59     ` Anthony Liguori
2005-01-21 20:44       ` Ronald G. Minnich
2005-01-21 21:14         ` Anthony Liguori
2005-01-21 20:54           ` Ronald G. Minnich
2005-01-21 21:28             ` Anthony Liguori [this message]
2005-01-21 21:37             ` Jared Rhine
2005-01-24 15:33               ` Ronald G. Minnich
2005-01-24 16:35                 ` Anthony Liguori
2005-01-24 16:55                   ` Jared Rhine
     [not found]                     ` <Pine.LNX.4.58.0501240957520.12186@bluesteel.lanl.gov>
2005-01-24 17:52                       ` Jared Rhine
2005-01-24 19:11                         ` Anthony Liguori
2005-01-24 19:07                     ` Anthony Liguori
2005-01-24 20:44                       ` B.G. Bruce
2005-01-26  2:31                       ` Jacob Gorm Hansen
2005-01-26  5:43                         ` Anthony Liguori
2005-01-26  6:59                           ` Jacob Gorm Hansen
2005-01-21 19:56   ` Anthony Liguori
2005-01-26  0:21   ` Michael Hohnbaum
2005-01-26 14:33     ` Andrew Warfield
2005-01-26 19:31       ` Anthony Liguori
2005-01-26 19:11         ` Andrew Warfield
2005-01-26 20:01           ` Anthony Liguori
2005-01-26 21:21             ` Daniel Stekloff
2005-01-26 22:28               ` Anthony Liguori
2005-01-26 21:57                 ` Daniel Stekloff
2005-01-26 21:49             ` Michael Hohnbaum
2005-01-26 22:57               ` Anthony Liguori
2005-01-26 23:55                 ` Michael Hohnbaum
2005-01-26 23:59                 ` Daniel Stekloff
2005-01-27  7:05                   ` Tobias Hunger
2005-01-27 14:19                   ` Anthony Liguori
2005-01-27 18:05                     ` Daniel Stekloff
2005-01-28  9:17                       ` Steven Hand
2005-01-28 16:56                         ` Daniel Stekloff
2005-01-27  0:13                 ` Daniel Stekloff
2005-01-27  3:48                 ` Daniel Stekloff
2005-01-26 23:36       ` Daniel Stekloff

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=1106342902.18671.5.camel@localhost \
    --to=aliguori@us.ibm.com \
    --cc=rminnich@lanl.gov \
    --cc=xen-devel@lists.sourceforge.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.