How to use Cron job in windows? [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am new to cron job like things. I want to send email after regular interval (say 15 minutes). How can do it with using cron job. Can anyone help me out?
Thank you.

Cron is a unix thing. You need to use windows scheduler - http://windows.microsoft.com/en-au/windows/schedule-task#1TC=windows-7

Related

Determine server requirements for PHP application [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I'm currently working on a web app and if all goes to plan, it could very well grow extremely quickly. This is the first app I'm building where server requirements are a big question to me. What can I do to determine how much bandwidth, ram, and processing power I'm going to need?
Is there a specific term to what I'm trying to find out here? I've heard of stress testing but I'm not sure that's what this is.
Any help would be great.
You can use apache jMeter http://jmeter.apache.org/ for load/stress testing.
Here is a tutorial which might help you.
https://www.digitalocean.com/community/tutorials/how-to-use-apache-jmeter-to-perform-load-testing-on-a-web-server

Why would we use two servers for one website [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I am relatively new to Web development. I was reading about Remote files in PHP, and I came across this question at
Quara
My question is why would we require to use a second server in general?
Normally multiple servers used for high availability.
Using single server is a bottle nick. If it is goes down, your web will not be available.
Also multiple servers used to balance the load on each server.

How does PHP handle thousands/millions of requests ? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I've been porting some code from java to php, and noticed that php doesn't have multithreading. I'm just curious as to how else would web services handle thousands/millions of requests ?
PHP doesn't care how many requests there are, it's the web server that has to handle/thread the request (instances).

What's the most complete and heavy in features free calendar software with scheduling capabilities [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I"m looking for a completely free calendar software with decent to lots of scheduling capabilities. Any suggestions?
Really there's a bunch out there, but you might want to take a look at PHP-Calendar to get started.

Automatic backup [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I need to backup automatically daily my database in mysql and all image files on the server.
Is there a way to backup these things and send it on my email address ?
You can write a bash script that contains gzip, mysqldump and mail commands and have it run daily via cron job.

Categories