| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Hamid Khoshnevis" <hamid(at)emarq(dot)com> |
| Cc: | pgsql-sql(at)postgreSQL(dot)org |
| Subject: | Re: [SQL] zombie postmasters |
| Date: | 1999-11-17 05:05:27 |
| Message-ID: | 24411.942815127@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
"Hamid Khoshnevis" <hamid(at)emarq(dot)com> writes:
> In a web environment, a user can repeatedly starts and abort large queries
> which create a large number of zombie postmasters.
It shouldn't be possible for there to be zombie postgres processes ---
the postmaster process should reap dead backends more or less instantly.
Either your postmaster is getting wedged somehow, or there is a
configure/install problem that has broken the postmaster's handling
of child-process exit. What platform are you using, exactly? What
if anything shows up in the postmaster log when this happens?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gary MacMinn | 1999-11-17 05:16:37 | Re: [SQL] nulls and datetime |
| Previous Message | Mathijs Brands | 1999-11-17 00:10:28 | Threaded PGSQL access (was Re: [SQL] zombie postmasters) |