php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20410 Multiple CPU Machines Lock Files
Submitted: 2002-11-13 09:42 UTC Modified: 2002-11-15 09:11 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: stuart dot stephen at 4en dot com Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.2.3 OS: Windows 2000 Server
Private report: No CVE-ID: None
 [2002-11-13 09:42 UTC] stuart dot stephen at 4en dot com
You get what appear to be random parse errors on any page while running the eZ-publish content management system. 

We installed this on machines with a single processor and on machines with multiple processors and the results we saw were that on a single processor the content worked fine with multiple requests. Where as with the multiple processor machines even if we did two refreshes in quick succession we got a parse error.

We checked the code to see if it was corrupt, this was proved not to be the case. What we think is going on is that the CPU's are locking the files that are being accessed. Therefore those which get accessed a lot such as the sessions are causing problems.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-13 12:01 UTC] derick@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip
 [2002-11-15 04:33 UTC] stuart dot stephen at 4en dot com
Tried the compiled version (2nd one) and we couldn't actually get it to work.
 [2002-11-15 04:34 UTC] derick@php.net
Maybe it's not too much work to tell why you didn't get it to work?
 [2002-11-15 04:38 UTC] stuart dot stephen at 4en dot com
Sorry, same issue as before.
 [2002-11-15 09:11 UTC] sniper@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 18 17:01:27 2024 UTC