Re: WIN32 native ... lets start?!?

From: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Joerg Hessdoerfer <Joerg(dot)Hessdoerfer(at)sea-gmbh(dot)com>, "Magnus Naeslund(f)" <mag(at)fbab(dot)net>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: WIN32 native ... lets start?!?
Date: 2002-05-17 03:17:49
Message-ID: 20020517001700.A6260-100000@mail1.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 17 May 2002, Christopher Kings-Lynne wrote:

> Maybe Vince could set up a Win32 porting project page, and since we now seem
> to have a few interested parties willing to code on a native Win32 version,
> they should have their own project page. This could make communication
> easier for them and make sure the project doesn't die...

Might be an idea to create a pgsql-hackers-win32 list also? Or just
pgsql-win32?

>
> Chris
>
> > -----Original Message-----
> > From: pgsql-hackers-owner(at)postgresql(dot)org
> > [mailto:pgsql-hackers-owner(at)postgresql(dot)org]On Behalf Of Joerg
> > Hessdoerfer
> > Sent: Friday, 17 May 2002 4:36 AM
> > To: Magnus Naeslund(f)
> > Cc: pgsql-hackers(at)postgresql(dot)org
> > Subject: Re: [HACKERS] WIN32 native ... lets start?!?
> >
> >
> > On Thursday 16 May 2002 22:10, you wrote:
> > [...]
> > >
> > > What is the biggest problem here?
> > > The Shmem/IPC stuff, or the fork() stuff?
> > > I'm think that we could do a fork() implementation in usermode
> > by copying
> > > the memory allocations. How fast that would be regarding the context
> > > switches, i don't know, but i'm willing to experiment some to see how
> > > feesible this is...
> > >
> > > Anyone tried this before?
> > >
> > > Magnus
> > >
> > >
> > > ---------------------------(end of broadcast)---------------------------
> > > TIP 4: Don't 'kill -9' the postmaster
> >
> > The problem is not the fork() call itself, this has been done (MinGW and
> > cygwin I know of, possibly others) but the speed of fork() on
> > windows, it's
> > creepingly slow (due to usermode copy, I assume ;-).
> >
> > IPC needs to be done, I'm just about to start...
> >
> > Greetings,
> > Joerg
> > --
> > Leading SW developer - S.E.A GmbH
> > Mail: joerg(dot)hessdoerfer(at)sea-gmbh(dot)com
> > WWW: http://www.sea-gmbh.com
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
> >
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bear Giles 2002-05-17 06:00:53 SSL client cert patch submitted
Previous Message Christopher Kings-Lynne 2002-05-17 02:25:38 Re: WIN32 native ... lets start?!?