How do I ping a server 100k times via javascript? -


I have a website that keeps going up and down, and I never know when it is I constantly ping it I want to be able to see so that I can see when I went down.

Step 1 is to work ping.

Step 2 is to remove the results when they take the time to send messages to my pager.

I am only interested in step 1.

What would be the best way to javascript or flex?

Thanks

You probably want to try a service: they are for you It will do all

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -