Polling servers seems to be a theme that comes up for certain types of enterprise applications, particularly social networking web applications.
From what I have read, people on the Unix side use memcache that can give you a few thousand requests per second.
What options do Windows developers have since we don't have a memcache alternative? (I don't have the time to learn Unix at that level).