I was actually automating the blog posting mechanism for my website and was writing a script which pick the agents data from database and post blog (in a predefined format) to my website. The problem is that when it is posting blogs (often >500 / attempt) there is no status report so that I can know what the script has done in a particular movement of execution.
All I have to do is wait until the script finish posting and send a report mail to me with details!
-Anupam