Re: [ADMIN] When postgres will be faster? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [ADMIN] When postgres will be faster?
Date
Msg-id 199911301726.MAA03263@candle.pha.pa.us
Whole thread Raw
In response to Re: [ADMIN] When postgres will be faster?  (sk.list@comset.net)
Responses Re: [ADMIN] When postgres will be faster?  (sk.list@comset.net)
List pgsql-hackers
[Charset KOI8-R unsupported, filtering to ASCII...]
> Hi!
> 
> On 29-Nov-99 Oleg Bartunov wrote:
> > I'm not concern very much about speed of Postgres but mostly
> > about its connection schema. Every new connect to database postgres
> > forks another children. It's impossible to work with different
> 
> fork and fork/exec are some different. postmaster forks and execute backend
> binary.

postmaster forks() and does not do an exec().


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: tab completion in psql
Next
From: Bruce Momjian
Date:
Subject: Re: tab completion in psql