php-general Digest 31 Dec 2006 15:13:02 -0000 Issue 4543

2006-12-31 Thread php-general-digest-help
php-general Digest 31 Dec 2006 15:13:02 - Issue 4543 Topics (messages 246294 through 246303): Re: php/ajax question 246294 by: Mark Kelly 246295 by: Fahad Pervaiz 246296 by: Paul Novitski 246298 by: tedd 246299 by: tedd 246300 by: Mark Kelly

[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

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 some

[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'); ... but

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 my_file

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

[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 NUL');

[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