9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: nick@lurcher.org
To: 9fans@cse.psu.edu
Subject: Re: [9fans] database fileservice
Date: Mon, 31 Jul 2000 09:09:20 +0000	[thread overview]
Message-ID: <8m1mmf$9bg$1@nnrp1.deja.com> (raw)
In-Reply-To: <20000729122807.A382@tiger.home.net>

In article <20000729122807.A382@tiger.home.net>,
  9fans@cse.psu.edu wrote:
> Anthony Sorace wrote:
>
> > along the lines of what you're doing, i'd like to
> > see a service that can connect to arbitrary SQL
> > servers (either remote or local) and provide a
> > 9-ish interface to that, much like /net. that way
>
> Yeah, that *would* be nice, and probably we'd have the thing quicker
> that way (by just concentrating on the client side).
>
> I first looked at porting unixODBC and then building the fs service on
> top of that, but I didn't like how the unixODBC code looked, and
> couldn't get the will to port it.  Nothing against the code itself,
> it's probably just the nature of the thing: ODBC has gotten a lot
> more complicated than I remember, or I've gotten simpler. There were
> also some weird shared library loading things (for dynamic loading of
> drivers) and a lot of Windows-mimicking all around which I didn't want
> to wade into.
>
>  Steve Harris
>
>

Hi,

If you wanted any help with the port and didn't mind explaining plan 9
to me I wouldn't mind helping. I have been looking for a excuse to look
at plan 9. As to the complexity and windows-ness, I can't rearly argue,
the whole point of unixODBC is to duplicate what is available on windows
on non windows, not (as is tempting) to remove a lot of duplication of
things that is ODBC 3. AS to the dynamic loading, thats half the point
of the driver manager, you link the application to the DM and select the
driver at run time.

Nick Gorham


Sent via Deja.com http://www.deja.com/
Before you buy.


  reply	other threads:[~2000-07-31  9:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-29 17:28 Steve Harris
2000-07-31  9:09 ` nick [this message]
2000-07-31 14:33 Stephen Harris
2000-08-04  6:15 ` Nick Gorham

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='8m1mmf$9bg$1@nnrp1.deja.com' \
    --to=nick@lurcher.org \
    --cc=9fans@cse.psu.edu \
    /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).