php-general Digest 7 Nov 2012 19:06:38 -0000 Issue 8032

Topics (messages 319664 through 319666):

Re: PHP Enterprise Bananas
        319664 by: Bastien
        319665 by: Jim Lucas
        319666 by: Ben Edwards

Administrivia:

To subscribe to the digest, e-mail:
        php-general-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-gene...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---

Bastien Koert

On 2012-11-06, at 8:03 AM, Ben Edwards <list4...@gmail.com> wrote:

> Not sure if this was some type of joke but came across it a while ago.  We
> have some PHP we want to move from a site to a cron.  Is this the answer or
> is there a better way (that does not involve re-writing  code in another
> language).
> 
> Cant find a home page for the project, maybe it is defunct.
> 
> Ben
> -- 
> *Ben Edwards - Freelance Filmmaker, Bristol, UK
> *http://www.funkytwig.com - View my show-reel and production services
> http://www.icontactvideo.org - iContact Video Network - Community Video
> Group
> http://bristol.mirocommunity.org/ - Bristol Community Channel
> http://bristol.mirocommunity.org/submit_video/ - Submit films to the above
> (takes < 10 seconds)
> http://www.icontactvideo.org/news-blog - What it says on the tin
> @funkytwig <http://twitter.com/funkytwig> - Occasional Twitter postings
> about community video and the multiverse
> 
> 
> On 6 November 2012 13:01, Ben Edwards <list4...@gmail.com> wrote:
> 
>> Not sure if this was some type of joke but came across it a while ago.  We
>> have some PHP we want to move from a site to a cron.  Is this the answer or
>> is there a better way (that does not involve re-writing  code in another
>> language).
>> 
>> Cant find a home page for the project, maybe it is defunct.
>> 
>> Ben
>> --
>> 

I run php thru cron jobs all the time. My app depends on some auto mailings 
happening. There is no issues doing this, you'll just need better logging to 
track the jobs and the results. 

Bastien

--- End Message ---
--- Begin Message ---
On 11/06/2012 05:03 AM, Ben Edwards wrote:
Not sure if this was some type of joke but came across it a while ago.  We
have some PHP we want to move from a site to a cron.  Is this the answer or
is there a better way (that does not involve re-writing  code in another
language).

Cant find a home page for the project, maybe it is defunct.

Ben

I have scripts that get ran via crond and others that run 24/7 as daemons. I have no issues using PHP via the cli. Like Bastien said, you will want to setup better logging and maybe summary emails from cron would be useful too.

--
Jim Lucas

http://www.cmsws.com/
http://www.cmsws.com/examples/

--- End Message ---
--- Begin Message ---
Thanks everybody, looks like I was going down a blind alley, we can just
run stuff from cron.

Ben


On 6 November 2012 17:50, Jim Lucas <li...@cmsws.com> wrote:

> On 11/06/2012 05:03 AM, Ben Edwards wrote:
>
>> Not sure if this was some type of joke but came across it a while ago.  We
>> have some PHP we want to move from a site to a cron.  Is this the answer
>> or
>> is there a better way (that does not involve re-writing  code in another
>> language).
>>
>> Cant find a home page for the project, maybe it is defunct.
>>
>> Ben
>>
>
> I have scripts that get ran via crond and others that run 24/7 as daemons.
>  I have no issues using PHP via the cli.  Like Bastien said, you will want
> to setup better logging and maybe summary emails from cron would be useful
> too.
>
> --
> Jim Lucas
>
> http://www.cmsws.com/
> http://www.cmsws.com/examples/
>



-- 
*Ben Edwards - Freelance Filmmaker, Bristol, UK
*http://www.funkytwig.com - View my show-reel and production services
http://www.icontactvideo.org - iContact Video Network - Community Video
Group
http://bristol.mirocommunity.org/ - Bristol Community Channel
http://bristol.mirocommunity.org/submit_video/ - Submit films to the above
(takes < 10 seconds)
http://www.icontactvideo.org/news-blog - What it says on the tin
@funkytwig <http://twitter.com/funkytwig> - Occasional Twitter postings
about community video and the multiverse

--- End Message ---

Reply via email to