ID: 24362
User updated by: grandadmirale at yahoo dot com
Reported By: grandadmirale at yahoo dot com
-Status: Feedback
+Status: Open
Bug Type: Performance problem
Operating System: Linux
PHP Version: 4.3.2
New Comment:
Yes it's on... but would it really slow it down THAT MUCH? I will try
turning it off on one of the servers tested on, but this becomes a
problem since it's not an option for people to turn it off since it's
not changeable via script... which might be a good thing to change, I
don't really see it presenting a problem, any good php script adds the
sessid itself to the url anyways.
Previous Comments:
------------------------------------------------------------------------
[2003-06-28 15:25:02] [EMAIL PROTECTED]
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.
------------------------------------------------------------------------
[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.
------------------------------------------------------------------------
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