Re: php 5.1.4 with PostgreSQL 8.1.4 causes Apache 1.3.36

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: php 5.1.4 with PostgreSQL 8.1.4 causes Apache 1.3.36
Дата
Msg-id 1149801951.25526.277.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Re: php 5.1.4 with PostgreSQL 8.1.4 causes Apache 1.3.36  ("pobox@verysmall.org" <pobox@verysmall.org>)
Список pgsql-general
On Thu, 2006-06-08 at 16:22, pobox@verysmall.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.

В списке pgsql-general по дате отправления:

Предыдущее
От: "pobox@verysmall.org"
Дата:
Сообщение: Re: php 5.1.4 with PostgreSQL 8.1.4 causes Apache 1.3.36
Следующее
От: "Gavin M. Roy"
Дата:
Сообщение: Re: php 5.1.4 with PostgreSQL 8.1.4 causes Apache 1.3.36 to core dump