Re: Antw: Re: File for /src/backend/port/netware

From: "Ulrich Neumann" <U_Neumann(at)gne(dot)de>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Antw: Re: File for /src/backend/port/netware
Date: 2002-08-16 08:40:07
Message-ID: sd5cd696.042@mail.gne.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


For the standard API's we've used the UI code (Maybe you didn't know
that Novell bought AT&T UNIX in the mit 90th) and several BSD code,
but this isn't possible in every case. Especially everything that
deals
with processes and threads is different in the underlying kernel.

At the moment a complete new OS is on the way and LibC on NetWare is a
migration path to prepare applications that they only need a
recompile.

This new OS ist based on a nano Kernel with differnt VM Kernels. Then
you'll
see a POSIX VM kernel, a JAVA VM kernel, ...

I'm sure you'll hear about this OS as soon as it is released, but it
will take us
a while.

Ulrich
>>> "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> 16.08.2002
03:39:30 >>>
> I'm also working on the C libraries on NetWare and my plan is to add
> everything that's
> neccessary for Postgres to the standard C library so that I can
reduce
> the NetWare
> specific stuff over the time.

Our of interested, why doesn't Novell just rip off the FreeBSD libc
for
Netware? Seems like it'd be a lot less work that writing one from
scratch...

Chris

----------------------------------
This e-mail is virus scanned
Diese e-mail ist virusgeprueft

Browse pgsql-patches by date

  From Date Subject
Next Message Rod Taylor 2002-08-16 11:49:17 Re: psql: show which tables contraints are for with a \d
Previous Message Christopher Kings-Lynne 2002-08-16 07:07:26 pg_stat_reset round 4