Re: fork/exe - Mailing list pgsql-hackers-win32

From Claudio Natoli
Subject Re: fork/exe
Date
Msg-id A02DEC4D1073D611BAE8525405FCCE2B028032@harris.memetrics.local
Whole thread Raw
List pgsql-hackers-win32
What's a good place to start?

I'm guessing the code involved with BackendFork will be easier to wrangle
than the pgstat forks, so should I start playing there?

Claudio


> -----Original Message-----
> From: Claudio Natoli [mailto:claudio.natoli@memetrics.com]
> Sent: Wednesday, 19 November 2003 2:37 AM
> To: 'Bruce Momjian'; PostgreSQL Win32 port list
> Subject: [pgsql-hackers-win32] fork/exe [was Not 7.5, but 8.0 ?]
>
>
> [moved discussion to win32 list]
>
> > I am ready to work with anyone to make fork/exec happen.
>
> Ok. Count me in.
>
> > I can show you examples of what I have done and walk you
> through areas
> that need work.
>
> Already experimenting with the EXEC_BACKEND areas, but it
> would be great if
> you could point out other areas of concern.
>
> > We need to have EXEC_BACKEND working on Unix first, then we
> can add the
> > CreateProcess call on Win32, so all this can be done on Unix first.
>
> Yup. I'll be doing this under cygwin + RH Linux.
>
> Cheers,
> Claudio
>
> ---
> Certain disclaimers and policies apply to all email sent from
> Memetrics.
> For the full text of these disclaimers and policies see
> <a
> href="http://www.memetrics.com/emailpolicy.html">http://www.me
> metrics.com/em
> ailpolicy.html</a>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to
> majordomo@postgresql.org
>

---
Certain disclaimers and policies apply to all email sent from Memetrics.
For the full text of these disclaimers and policies see
<a
href="http://www.memetrics.com/emailpolicy.html">http://www.memetrics.com/em
ailpolicy.html</a>

pgsql-hackers-win32 by date:

Previous
From: Claudio Natoli
Date:
Subject: fork/exe [was Not 7.5, but 8.0 ?]
Next
From: "Steve Tibbett"
Date:
Subject: Re: [PATCHES] SRA Win32 sync() code