Hey,
We've been having massive trouble recently with Postgres and PHP. We've used Postgres versions 7.0.2 and 6.5.?, in conjunction with PHP 4.0RC1 through to 4.0.2. We've had the probs on all these configurations.
The error is something about a 'Broken Pipe' and that the backend terminated prematurely or something along those lines.
Firstly has any one else had any experience of this happening to them. We've asked around locally and no one has seen it.
Secondly any ideas as to the cause? It's not load, as this server is still in development (ie. 1-2 clients at a time max).
The reason I mentioned pconnect in the subject is this *seems* like it could be the cause of the problem. In a last ditch attempt to fix the problem, we changed all pconnect calls into just plain connect calls. And we haven't seen the error since. Any thoughts?
thanks
We've been having massive trouble recently with Postgres and PHP. We've used Postgres versions 7.0.2 and 6.5.?, in conjunction with PHP 4.0RC1 through to 4.0.2. We've had the probs on all these configurations.
The error is something about a 'Broken Pipe' and that the backend terminated prematurely or something along those lines.
Firstly has any one else had any experience of this happening to them. We've asked around locally and no one has seen it.
Secondly any ideas as to the cause? It's not load, as this server is still in development (ie. 1-2 clients at a time max).
The reason I mentioned pconnect in the subject is this *seems* like it could be the cause of the problem. In a last ditch attempt to fix the problem, we changed all pconnect calls into just plain connect calls. And we haven't seen the error since. Any thoughts?
thanks