Re: Logger subprocess for win32

Tom Lane <[email protected]>
Newsgroups gmane.comp.db.postgresql.devel.win32
Message-ID <[email protected]>
Andreas Pflug <[email protected]> writes:
> A test program (10 childs writing every 0-100ms) showed that 
> redirecting stderr of several subprocesses into the same pipe will lead 
> to one process overwriting the other's output.

Yuck.  Count on Microsoft for incompetent implementations of basic
facilities :-(

> I'll be implementing this as a postmaster thread waiting on multiple
> pipes (one for each client).

If you do, I'll reject it out of hand.  The point of having a separate
postmaster process is for it to be as bulletproof and uncrashable as
possible.  Putting such a thing as that into the postmaster will degrade
its reliability significantly.

If the multithreading were done in a separate logger subprocess, this
complaint wouldn't apply, but I was kinda hoping that we could make the
logger just as simple and high-reliability as the postmaster :-(

Are there any other alternatives?

We could apply the patch and make it #ifndef WIN32 for now, but given
the lateness of the hour I'm inclined to say that we'd best postpone
the whole thing to 7.6 ... certainly I'm running out of time to review
it before the end of the month, even if we had a finished patch now.

			regards, tom lane

PS: is it possible that the observed unreliability is not Redmond's
fault, but is something wrong with our pg_pipe code?

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [email protected] so that your
      message can get through to the mailing list cleanly
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.