From: "Jakob Hirsch" <jh@plonk.de>
To: mlmmj@mlmmj.org
Subject: Re: mlmmj code refactoring, for ease of reuse
Date: Mon, 29 May 2006 08:19:35 +0000 [thread overview]
Message-ID: <48489.127.0.0.1.1148890775.squirrel@ymmv.de> (raw)
In-Reply-To: <20060528184943.GB60895@freesbee.wheel.dk>
Søren Boll Overgaard wrote:
> I would like to create a convenient system for provisioning mlmmj
> mailinglists across a network. That is, I would like to be able to connect
> to a daemon on a given host, and tell it to create a list, subscribe a
> user, unsubscribe a user, etc. This would also make it easier to create
> user interfaces for manipulating mlmmj.
>
> In order to minimize the work involved, I intend to write the thing in C,
I think coding in C does usually not minimize the work. Instead of reusing
the mlmmj code (and therefore having to keep pace with new versions), I'd
rather do it The Unix Way: Write a simple wrapper script/programm (Perl,
Python, Ruby, $whatever, even in C that's no big deal) which reads
commands from a tcp socket or, even easier, reads from STDIN (so you can
use it with inetd), and invokes the corresponding mlmmj binary.
The only reason to do this in a single C programm would be performance,
but I guess you are not going to create thousands of lists per second.
next prev parent reply other threads:[~2006-05-29 8:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-28 18:49 mlmmj code refactoring, for ease of reuse Søren Boll Overgaard
2006-05-29 8:19 ` Jakob Hirsch [this message]
2006-05-29 9:08 ` Søren Boll Overgaard
2006-06-11 21:11 ` Søren Boll Overgaard
2006-06-17 12:21 ` Søren Boll Overgaard
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=48489.127.0.0.1.1148890775.squirrel@ymmv.de \
--to=jh@plonk.de \
--cc=mlmmj@mlmmj.org \
/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.