[PHP] Request of php5

2006-12-31 Thread edwardspl
Dear All, Happy New Year, How much mem ( Ram ) does the php5 need ? Edward. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Basic question - Starting a background task without waiting for its end.

2006-12-31 Thread Fahad Pervaiz
===ORIGINAL=== I (very simply) try to open a "notepad" on a simple text file in a simplistic PHP script, and would like to go on and display the next page without waiting for this notepad to be shut. After various attempts, I have used an : exec ('bash -c cmd /C start /MAX notepad "my_file" > NU

Re: [PHP] Script's length, echo, and execution speed

2006-12-31 Thread Jochem Maas
if performance/profiling this script is very important then take up the various suggestionms for doing just that - the only useful performance answer is the one you garner from your own testing (i.e. within your own env/setup) with regard to the 3500 lines of code (with 300 odd being run on any o

Re: [PHP] Basic question - Starting a background task without waiting for its end.

2006-12-31 Thread Jochem Maas
Michel wrote: > > I (very simply) try to open a "notepad" on a simple text file in a > simplistic PHP script, and would like to go on and display the next page > without waiting for this notepad to be shut. > > After various attempts, I have used an : > > exec ('bash -c cmd /C start /MAX notepad

[PHP] Basic question - Starting a background task without waiting for its end.

2006-12-31 Thread Michel
I (very simply) try to open a "notepad" on a simple text file in a simplistic PHP script, and would like to go on and display the next page without waiting for this notepad to be shut. After various attempts, I have used an : exec ('bash -c cmd /C start /MAX notepad "my_file" > NUL'); ... b

Re: [PHP] Best way to manage open slots for download

2006-12-31 Thread Rasmus Lerdorf
Aras wrote: > First of all, Happy New Year for everyone in the list. I wish 2007 brings > all us happiness, health and peace. > > I want to read your advises at a point i am stuck within, i have an > application that serves downloads to clients. For some reason i am limiting > total open slot for

[PHP] Best way to manage open slots for download

2006-12-31 Thread Aras
First of all, Happy New Year for everyone in the list. I wish 2007 brings all us happiness, health and peace. I want to read your advises at a point i am stuck within, i have an application that serves downloads to clients. For some reason i am limiting total open slot for some group of users (not