Re: php 5.1.4 with PostgreSQL 8.1.4 causes Apache 1.3.36

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: "pobox(at)verysmall(dot)org" <pobox(at)verysmall(dot)org>
Cc: "Gavin M(dot) Roy" <gmr(at)ehpg(dot)net>, pgsql general <pgsql-general(at)postgresql(dot)org>
Subject: Re: php 5.1.4 with PostgreSQL 8.1.4 causes Apache 1.3.36
Date: 2006-06-08 21:25:51
Message-ID: 1149801951.25526.277.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 2006-06-08 at 16:22, pobox(at)verysmall(dot)org wrote:
> Gavin M. Roy wrote:
> > I'm on linux and run PHP 5.1.4, PgSQL 8.1.4 and Apache 2.0.x (current).
> >
> > You shouldnt need to do a clean install, I'd just try in this order:
> >
> > compile and install pgsql 8.1.4
> > ldconfig (to update library stuff, may not be needed)
> > compile and install php 5.1.4
> > kick off apache...
> >
> > BTW your other thread of emails is on the PgSQL PHP list IIRC.
> >
> > Hope this helps,
> >
> > Gavin
>
> I am with Apache 1.3.36. Many people say with 2.x there are no problems.
> Perhaps I should upgrade.

Yeah, I was running 1.3 until a year or so ago.

with 2.x as long as you're only using the process forking model, you're
perfectly safe. with the threading model, and certain php modules,
there is a chance that race conditions could lead to crashes.

On linux or BSD, the differences between threads and processes in terms
of performance are slight enough that there's no great loss running the
pre-forked process based worker model of apache.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gavin M. Roy 2006-06-08 21:27:50 Re: php 5.1.4 with PostgreSQL 8.1.4 causes Apache 1.3.36 to core dump
Previous Message pobox@verysmall.org 2006-06-08 21:22:23 Re: php 5.1.4 with PostgreSQL 8.1.4 causes Apache 1.3.36