IMPORTANT ANNOUNCEMENT
Tuesday, May 13th, 2008

Want Tons Of Free Traffic (Everyday) For Your Blog?

We've been hard at work on a very powerful top secret FREE service that will help you get tons of free traffic to your blog. (This is not a joke.) If you would like to use this service to drive tons of quality, targeted traffic to your blog just submit form below! We'll notify you when we're ready for you to beta test our service. (It will be VERY soon.) Be one of the first to use it!

Your Name 
Email Address 
Your Blog URL 
What Is Your Blog About? 
Do You Have An RSS Feed? 
 
We hate spam as much as you do and will not share your information.



How Pingoat works?

The direct ping requests, submitted from the pingoat submission page are processed immediately, showing live result for each service pinged. But the functionality of the Pingoat XML-RPC ping server is different

It is easy to setup an xml-rpc server and start accepting pings. But it becomes a bit more difficult when you have to accept a ping and pass it to list of other ping servers (Pingoat has to ping around fifty of them). It becomes even more difficult when the ping server has to handle a huge volume of pings.

The Pingoat XML-RPC server accepts pings and records the ping request in one of the MANY databases it has. Pingoat utilises many a number of databases for distributing the load. If a db is busy, the next one is tried. This is repeated until the ping is recorded succefully somewhere.

The recording process continues without any problems. Now there is another piece of software (something like a *daemon*) that checks the databases at frequent intervals (like five minutes). If it comes across a database with pending pings recorded, it quickly calls another program and assigns it the task of processing every pending ping in that database.

Pingoat also monitors the nature of pings. Spam pings are easily detected and removed. If a host is sending too much pings during a small interval, it is automatically blocked. Also, even if the same ping is recorded in the db more than once (like people use www.site.com and site.com), only one of them is processed, eliminating the other.

Pingoat XML-RPC server