I now! I due the same!
But I'm a student, and for part of project solution we need to make 2 web services that communicate with email (what is ridiculous), best way to due this is with wsdl, but user request is to work with email and due some background jobs depends of command included in message.
Second part of first web service is to check weather wsdl every 10min, and update local database..
So.. my question still is how to run background thread every 10sec (min)? What is best solution...? Some advice, except to change user request, but that is not on me!
thx