Re: Wanted:MAIL.MAI structure definition
- From: "Tom Linden" <tom@xxxxxxxxxx>
- Date: Wed, 07 Jun 2006 05:49:37 -0700
On Tue, 06 Jun 2006 16:44:00 -0700, Hoff Hoffman <hoff-remove-this@xxxxxx> wrote:
Tom Linden wrote:I see the merit to your arguments. I am not convinced that XML is a step
As I said, it was just curiosity. If there is not a compelling reason to
keep something proprietary, then starlet it. There, I created a new verb.
I'd flip that over. If there's not a compelling reason to share a particular interface -- to render the interface public, or at least to allow some sort of sharing -- then keep the interface private.
Opening any arbitrary interface runs contrary to the typical opacity of the internal interfaces and of application modularity and of long-standing programming practices. And it makes the usual and expected application compatibility far more difficult to achieve and to maintain.
If I had the cycles to re-implement MAIL all over again, for instance, we'd be using XML and/or a relational database, and some of these pieces would be (far) more visible. But opening up traditional internal APIs or database file organizations to visibility obviously invites folks to use the APIs, and this is access is most definitely a two-edged sword. With XML or a relational database -- or a way to export to same -- maintaining compatibility is easier, and defending against corruptions -- whether in the code, or in something that a programmer has hooked into the interface -- is easier.
There have been changes to the naming of various MAIL files over the years, for instance, and there are definite limits to the current MAIL design. If we open the database API, we effectively codify the current design in concrete, and make it far harder (if not impossible) to re-work these interfaces and these designs compatibly.
If there are particular requirements not met within the existing interface(s), then these should be addressed through callable MAIL or similar extensions. Opening up the internals of an arbitrary hunk of code serves no purpose, and (in my experience) tends to cause problems for everybody involved. I've ported code, for instance, that expected modifications directly to the underlying operating system in support of the application code -- kernel patches. Shudder.
forward. I have looked at embedding an XML parser in PL/I as IBM has done
and is used as part of their Websphere package. Personally, I don't think
anyone should have to write XML, if you need to use it as an interface then
let's develop tools to generated it. If I have understood correctly, mail
is organised as an ISAM file. Such files are eminently more efficient than
relation DBs.
.
- Follow-Ups:
- Re: Wanted:MAIL.MAI structure definition
- From: Hoff Hoffman
- Re: Wanted:MAIL.MAI structure definition
- References:
- Wanted:MAIL.MAI structure definition
- From: Ruslan R. Laishev
- Re: Wanted:MAIL.MAI structure definition
- From: Hoff Hoffman
- Re: Wanted:MAIL.MAI structure definition
- From: Ruslan R. Laishev
- Re: Wanted:MAIL.MAI structure definition
- From: Hoff Hoffman
- Re: Wanted:MAIL.MAI structure definition
- From: Tom Linden
- Re: Wanted:MAIL.MAI structure definition
- From: Hoff Hoffman
- Re: Wanted:MAIL.MAI structure definition
- From: Tom Linden
- Re: Wanted:MAIL.MAI structure definition
- From: Hoff Hoffman
- Wanted:MAIL.MAI structure definition
- Prev by Date: Re: Wanted:MAIL.MAI structure definition
- Next by Date: I come not to honour Caesar. (Could've been [Bay 13 - The "G"] (Was: Re: "Info-VAX a propaganda tool for the forces of evil?" - Discuss.))
- Previous by thread: Re: Wanted:MAIL.MAI structure definition
- Next by thread: Re: Wanted:MAIL.MAI structure definition
- Index(es):
Relevant Pages
|