ID:               24362
 Updated by:       [EMAIL PROTECTED]
 Reported By:      grandadmirale at yahoo dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Performance problem
 Operating System: Linux
 PHP Version:      4.3.2
 New Comment:

Are you using session.use_trans_sid if so that would explain the
performance drop. Since php would need to buffer the entire output of
the script and pass it through a parser that would add a session id to
every URL. This would explain why outputing longer text would get
progressively slower.


Previous Comments:
------------------------------------------------------------------------

[2003-06-28 09:11:13] grandadmirale at yahoo dot com

Yes, the two servers I tested on have sessionn.use_trans_sid enabled, I
am unsure of the third since it is not my server.

Neon, two of the three servers tested on have next to no traffic,
server load is not a possibility. ESPECIALLY since the slowdown is
consistant, happens every time at the same point.

------------------------------------------------------------------------

[2003-06-28 08:16:40] [EMAIL PROTECTED]

Does the server's have "session.use_trans_sid" enabled?
(check with e.g. 'echo ini_get("session.use_trans_sid");' or from
phpinfo() output)


------------------------------------------------------------------------

[2003-06-28 01:55:43] neon at neon-line dot net

Took: 0.010692954063416
Not a bug, check if you server is under heavy load etc..

------------------------------------------------------------------------

[2003-06-27 20:49:03] grandadmirale at yahoo dot com

I can't, I don't run the server, but I've tried it on three seperate
servers so far and all have the same result. Two are companies offering
hosting, and another is a private server.. they should have correct
configurations in their php.ini which leads me to believe that there is
some unexpected slowdown when the buffer is increased.

------------------------------------------------------------------------

[2003-06-27 19:09:26] [EMAIL PROTECTED]

Took: 0.066812992095947

Nothing wrong here, must be something wrong in your configuration, try
copying the php.ini-dist file from the distribution over your php.ini.



------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/24362

-- 
Edit this bug report at http://bugs.php.net/?id=24362&edit=1

Reply via email to