NYCPHP Meetup

NYPHP.org

[nycphp-talk] loop

Brian brian at preston-campbell.com
Fri Dec 20 07:38:19 EST 2002


The script will specifically not time out.  I don't want it to.  The
issue is that it is running on a tiny embedded server (see
http://www.boa.org) running php3lite, a reduced version of php for just
such a system.  I opened a browser three days ago, started the script,
and then closed the browser.  If I need to kill the process I am not
sure how to do it other than restarting the server although I can
probably end it with [kill -1 php] in ssh.  Since these are not normal
circumstances, I was curious if there might be another way to end the
process.

Brian


On Thu, 2002-12-19 at 23:09, CHUN-YIU LAM wrote:
> I think what he meant to say is why the webserver did not timeout..
> 
> Matthew
> 
> ----Original Message Follows----
> From: Adam Fields <fields at surgam.net>
> Reply-To: talk at nyphp.org
> To: NYPHP Talk <talk at nyphp.org>
> Subject: Re: [nycphp-talk] loop
> Date: Thu, 19 Dec 2002 17:35:24 -0500
> Received: from mc6-f2.law1.hotmail.com ([65.54.252.138]) by 
> mc6-s7.law1.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Thu, 19 Dec 
> 2002 14:48:06 -0800
> Received: from parsec.nyphp.org ([66.250.131.26]) by mc6-f2.law1.hotmail.com 
> with Microsoft SMTPSVC(5.0.2195.5600); Thu, 19 Dec 2002 14:47:33 -0800
> Received: from nyphp.org (parsec.nyphp.org [66.250.131.26])by 
> parsec.nyphp.org (8.12.6/8.12.6) with ESMTP id gBJMZOSt066445;Thu, 19 Dec 
> 2002 17:35:24 -0500 (EST)(envelope-from listmaster at nyphp.org)
> Message-Id: <200212192235.gBJMZOSt066445 at parsec.nyphp.org>
> X-Paralist-Archived: <http://nyphp.org/list/paralist_archive.php?L_mid=1971>
> X-List-Software: Paralist 0.6
> List-ID: <nyphptalk.nyphp.org>
> List-Owner: <mailto:listmaster at nyphp.org>
> List-Archive: <http://nyphp.org/list/paralist_archive.php?L_lid=1>
> List-Subscribe: <http://nyphp.org/list/>
> List-Unsubscribe: <http://nyphp.org/list/>
> Organization: New York PHP
> X-Mailer: Paramail 0.5
> Return-Path: listmaster at nyphp.org
> X-OriginalArrivalTime: 19 Dec 2002 22:47:34.0102 (UTC) 
> FILETIME=[9EDAD760:01C2A7B0]
> 
> On Thu, Dec 19, 2002 at 04:27:15PM -0500, Brian wrote:
>  > I am currently using a script to move a webcam at certain time intervals. 
>   The
>  > script never times out and uses the following to run indefinitely:
>  >
>  > for (;;) {
>  > [camera instuctions]
>  > }
>  >
>  > Anyone know the principal behind this snippet and why it works?  I have 
> not
>  > been able to find any information on the subject.
> 
> This is clearly documented in the online manual:
> 
> http://www.php.net/manual/en/control-structures.for.php
> 
> 
> --
> 				- Adam
> 
> -----
> Adam Fields, Managing Partner, fields at surgam.net
> Surgam, Inc. is a technology consulting firm with strong background in
> delivering scalable and robust enterprise web and IT applications.
> http://www.adamfields.com
> 
> 
> 
> 
> 
> _________________________________________________________________
> Add photos to your e-mail with MSN 8. Get 3 months FREE*. 
> http://join.msn.com/?page=features/featuredemail&xAPID=42&PS=47575&PI=7324&DI=7474&SU= 
> http://www.hotmail.msn.com/cgi-bin/getmsg&HL=1216hotmailtaglines_addphotos_3mf
> 
> 
> 
> --- Unsubscribe at http://nyphp.org/list/ ---
> 
> 
> 





More information about the talk mailing list