RE: [PHP] Running a server process

2007-08-11 Thread Nathan Wallis
ess. Thanks again, Nathan -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Saturday, August 11, 2007 10:10 AM To: Nathan Wallis Cc: php-general@lists.php.net Subject: Re: [PHP] Running a server process On Fri, August 10, 2007 6:26 am, Nathan Wallis wrote: > I

Re: [PHP] Running a server process

2007-08-10 Thread Richard Lynch
On Fri, August 10, 2007 6:26 am, Nathan Wallis wrote: > I have a windows application the performs a certain task that I need > it to > perform. I am in the process of developing my site and am really > interested > in the functionality of the site at the moment and haven't set about > putting > t

Re: [PHP] Running a server process

2007-08-10 Thread Tijnema
On 8/10/07, Stut <[EMAIL PROTECTED]> wrote: > Tijnema wrote: > > On 8/10/07, Stut <[EMAIL PROTECTED]> wrote: > >> Tijnema wrote: > >>> On 8/10/07, Stut <[EMAIL PROTECTED]> wrote: > Tijnema wrote: > > On 8/10/07, Richard Heyes <[EMAIL PROTECTED]> wrote: > >>> That is it works with just

Re: [PHP] Running a server process

2007-08-10 Thread Stut
Tijnema wrote: On 8/10/07, Stut <[EMAIL PROTECTED]> wrote: Tijnema wrote: On 8/10/07, Stut <[EMAIL PROTECTED]> wrote: Tijnema wrote: On 8/10/07, Richard Heyes <[EMAIL PROTECTED]> wrote: That is it works with just me using the site. I am wondering how this would effect performance if say 500

Re: [PHP] Running a server process

2007-08-10 Thread Tijnema
On 8/10/07, Stut <[EMAIL PROTECTED]> wrote: > Tijnema wrote: > > On 8/10/07, Stut <[EMAIL PROTECTED]> wrote: > >> Tijnema wrote: > >>> On 8/10/07, Richard Heyes <[EMAIL PROTECTED]> wrote: > > That is it works with just me using the site. I am wondering how this > > would > > effect pe

Re: [PHP] Running a server process

2007-08-10 Thread Stut
Tijnema wrote: On 8/10/07, Stut <[EMAIL PROTECTED]> wrote: Tijnema wrote: On 8/10/07, Richard Heyes <[EMAIL PROTECTED]> wrote: That is it works with just me using the site. I am wondering how this would effect performance if say 500 people were executing this php function around the same time

Re: [PHP] Running a server process

2007-08-10 Thread Tijnema
On 8/10/07, Stut <[EMAIL PROTECTED]> wrote: > Tijnema wrote: > > On 8/10/07, Richard Heyes <[EMAIL PROTECTED]> wrote: > >>> That is it works with just me using the site. I am wondering how this > >>> would > >>> effect performance if say 500 people were executing this php function > >>> around >

Re: [PHP] Running a server process

2007-08-10 Thread Stut
Tijnema wrote: On 8/10/07, Richard Heyes <[EMAIL PROTECTED]> wrote: That is it works with just me using the site. I am wondering how this would effect performance if say 500 people were executing this php function around the same time and the processing overlapped. Is there anyway to make an e

Re: [PHP] Running a server process

2007-08-10 Thread Tijnema
On 8/10/07, Richard Heyes <[EMAIL PROTECTED]> wrote: > > That is it works with just me using the site. I am wondering how this would > > effect performance if say 500 people were executing this php function around > > the same time and the processing overlapped. Is there anyway to make an > > exe

Re: [PHP] Running a server process

2007-08-10 Thread Daniel Brown
On 8/10/07, Richard Heyes <[EMAIL PROTECTED]> wrote: > > That is it works with just me using the site. I am wondering how this would > > effect performance if say 500 people were executing this php function around > > the same time and the processing overlapped. Is there anyway to make an > > exe

Re: [PHP] Running a server process

2007-08-10 Thread Richard Heyes
That is it works with just me using the site. I am wondering how this would effect performance if say 500 people were executing this php function around the same time and the processing overlapped. Is there anyway to make an executable run as a service, I am guessing at the terminology that I sh

Re: [PHP] Running a server process

2007-08-10 Thread Tijnema
On 8/10/07, Nathan Wallis <[EMAIL PROTECTED]> wrote: > Hi there, > > > > I have a windows application the performs a certain task that I need it to > perform. I am in the process of developing my site and am really interested > in the functionality of the site at the moment and haven't set about