php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1379 PHP3 does not return full pages when databases are accessed
Submitted: 1999-05-06 05:21 UTC Modified: 1999-05-06 11:19 UTC
From: bueltemann at adinfo dot de Assigned:
Status: Closed Package: Performance problem
PHP Version: 3.0.5 OS: debian Linux 2.0 (Kernel 2.0.36)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: bueltemann at adinfo dot de
New email:
PHP Version: OS:

 

 [1999-05-06 05:21 UTC] bueltemann at adinfo dot de
I run Apache 1.3.3/PHP2/PHP 3.0.5 on a Linux -2.0.36/i486 machine, everythings fine.
I run Apache 1.3.3/PHP2/PHP 3.05 on a Linux-2.0.36/i586 SMP-machine, database access is weird.

The httpd and php3 are configured the same:
---->8-------
Apache 1.3.3
PHP version 2.0.1
PHP Version 3.0.5
--with-pgsql (Postgres 6.3.2)
--with-msql (mSQL 2.0)
--with-mysql(mySQL 3.21.30)
--with-gd (GD 1.3)
--with-zlib (zlib 1.1.1)
--with-ldap(Open LDAP 1.2)

On the i486 all works fine.
On the SMP-machine (2* Pentium 90/128 MB) the parses pages are not fully returned to the client, when a database is accessed. The datas are retrieved, but the page ist not fully returned.

Both machines access the same database servers over the network.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-05-06 11:19 UTC] eschmid at cvs dot php dot net
I cannot see your problem with performance. Install your database server
local and make use of your Unix socket's.

-Egon 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 22:01:29 2024 UTC