Re: fork() while connected

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Doug McNaught <doug(at)wireboard(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: fork() while connected
Date: 2002-01-07 09:06:19
Message-ID: 20020107090619.GC7340@feivel.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Jan 06, 2002 at 09:24:21AM -0500, Doug McNaught wrote:
> This will definitely not work. The two processes will stomp all over
> each other. They'll be sharing one socket and one backend and both
> writing/reading from the socket at random times.

That's exactly what I expected. Thanks.

Michael
--
Michael Meskes
Michael(at)Fam-Meskes(dot)De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ryouichi Matsuda 2002-01-07 09:19:44 Re: Failure in timestamptz of JDBC of 7.2b4
Previous Message Holger Krug 2002-01-07 07:59:16 Why MemoryContextSwitch in ExecRelCheck ?