1
vote
3answers
28 views
can php cron jobs access session variables/cookies?
hello, i am new to cron jobs and i have done much searching on this topic but i couldn't understand it fully. can cron jobs access cookies or session variables?
thanks!
0
votes
4answers
43 views
How do you get a Cronjob executing a PHP script to run longer than 30 seconds.
Could you rewrite this into a cron that will run every day for longer than 30 seconds. Also, do i need to edit the .htaccess or php.ini file in the cron.php directory to say someth …
0
votes
5answers
50 views
Getting started with cronjobs on a Mac.
I'm trying to get familiar with cron jobs, and I think I get the basic idea (scheduling, syntax, etc), But, I can't seem to get it right on my mac with Terminal - where exactly do …
0
votes
2answers
34 views
whenever gem minutely job. If minutely job takes more than one minute then what
I am plannning to use whenever gem which among other things will also run minutely rake task. If my rake task takes more than a minute then based on the output from whenever gem it …
1
vote
2answers
70 views
Regular delayed jobs
Hello,
I'm using Delayed Job to manage background work.
However I have some tasks that need to be executed at regular interval. Every hour, every day or every week for example.
F …
1
vote
4answers
65 views
What are the differences between running an executable straight from the command line and from a cron job in Linux?
I have this executable that queries a remote server for a command, executes it on the local machine and returns the stdout (and also possibly stderr) from it back to the server.
T …
0
votes
1answer
79 views
How to set php cron job?
I am using windows server 2003.
I set a cron job, open IE explorer and run cron.php file.
Basically, what the cron.php does is just send email to my own email address. I set it r …
0
votes
3answers
55 views
PHP: Send Email via cronjob and set amount of email send per mins
Hi guy
i have a program which use to send group emails, i set a cornjob per mins for this program, and set execute per 2nd/min, and check if the now time is match to my defined sc …
0
votes
1answer
29 views
problem scheduling cron job at hostmonster
hello,
I am trying to setup cron jobs for a website hosted at hostmonster.com. At the time of configuring timestamp
when I use * * * * *
the script runs perfectly.
but wheneve …
1
vote
6answers
124 views
Anything wrong with using PHP as a server side language?
Is it wrong to use PHP as a server side language? For functions such as mail notifications / fraud checks (look for data, flag, then email type approach) / db cleanup / upload fold …
1
vote
1answer
49 views
Streaming, Daemons, Cronjobs, how do you use them? (in Ruby)
Hey there,
I've finally had a second to look into streaming, daemons, and cron
tasks and all the neat gems built around them! But I'm not clear on
how/when to use these things.
…
0
votes
2answers
88 views
How to run .NET exe using cron job on cloud server
Has anyone run an exe using cron job?
I want to run an exe at scheduled intervals on a cloud server.
The scheduled exe is created using .NET.
The cloud server has facility of run …
1
vote
2answers
62 views
Cronjobs in Django
I'm writing a database application where certain parts of the database might need updates based on time, not based upon user actions.
For example, there may be certain values that …
1
vote
1answer
30 views
Upload clocking script
How can I make a script that, once a day, will upload a file via ftp to several different servers, then take note (in a log) of how much time the uploads took?
Thanks to Rajax I h …
0
votes
3answers
96 views
Will cron execute php files or only CGI scripts?
Can .php be used in Crontab function on Linux or wil it execute only .CGI scripts?
I'm using Plesk Control panel, I did the settings as per the Crontab doc, but i think it's not e …
