I want to offer my friends a ping service, where certain of their
pages will be called once a week. My impression is that no PHP script
can be made to run very long. Assuming a situation where I don't have
access to cron, should I write the service as Java application and set
it to run forever on my webserver?
Or let's put it another way. Assume I want to write a remind service,
where people are reminded of friend's birthdays. Should I assume this
is better done in Java than PHP?
pages will be called once a week. My impression is that no PHP script
can be made to run very long. Assuming a situation where I don't have
access to cron, should I write the service as Java application and set
it to run forever on my webserver?
Or let's put it another way. Assume I want to write a remind service,
where people are reminded of friend's birthdays. Should I assume this
is better done in Java than PHP?
Comment