Linked by Eugenia Loli-Queru on Sun 13th May 2007 00:35 UTC, submitted by Luis
Thread beginning with comment 239818
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
2005-07-07
I think it is more likely that at the time some of this code has been written there hadn't been any asynchronous method of doing the desired task.
For example take file change monitoring. If our operating system does not provide you a notification mechanism on file changes, you're only option left is to do polling.
Or RSS feeds: news aggregators have to poll their URIs since they can't just broadcast that they have new content available.