3 Files (test1.php, test2.php, test3.php) I also have the same server with the issue running these live at http://timekoin.gets-it.net/test/ You can test them on the web server this way also.
test1.php just does a 10 second count down. test3.php does a 10 second count down, but starts at 5 and counts every 2 seconds test2.php does the same 10 second count down as test1.php, but starts test3.php before doing the count down. The countdown takes 20 seconds because test2.php can not run when test3.php is running. You would see in the console that both are running in memory, but not until test3.php is finished can test2.php complete itself. Same results if run from the web server or console user. ** Attachment added: "test1.php.zip" https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1265983/+attachment/3950931/+files/test1.php.zip -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1265983 Title: php5 cli one instance/process limit To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1265983/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
