Re: [PHP] Running processes in windows

2007-05-02 Thread Richard Lynch
On Sun, April 29, 2007 7:54 am, Nathan Wallis wrote: > I have an application in windows that I am running with a PHP page > using > exec ("start.. > > I am wondering as to the efficiency of such a statement and how taxing > it is > on the server. If multiple people access a page with such a >

Re: [PHP] Running processes in windows

2007-04-29 Thread Chris
Nathan Wallis wrote: Howdy. I have an application in windows that I am running with a PHP page using exec ("start.. I am wondering as to the efficiency of such a statement and how taxing it is on the server. If multiple people access a page with such a statement, what toll does it

Re: [PHP] Running processes in windows

2007-04-29 Thread Tijnema !
On 4/29/07, Nathan Wallis <[EMAIL PROTECTED]> wrote: Howdy. I have an application in windows that I am running with a PHP page using exec ("start.. I am wondering as to the efficiency of such a statement and how taxing it is on the server. If multiple people access a page with such a