Hey everyone,<br><br>We&#39;re working on a new feature that has ended up being pretty cool, and just thought I&#39;d bring it up for discussion.&nbsp; We have a long running process to print reports with a simple client/server architecture.&nbsp; The server churns through the database stuff and populates the page (along with a memcache status variable) and a client AJAX call reads the memcache variable and displays a progress indicator.
<br><br>I&#39;m sure this can be done with a few server side languages out there, but adding in a load balanced web farm complicates any RPC stuff since the load balancer will redistribute each HTTP request to a different machine.&nbsp; Using memcache for a primitive IPC takes all of the guesswork on communicating between any given two machines.
<br><br>I think it&#39;s kind of neat, is anyone doing anything similar?<br><br>--Cal<br><br clear="all"><br>-- <br>Cal Heldenbrand<br>&nbsp;&nbsp; FBS Data Systems<br>&nbsp;&nbsp; E-mail:&nbsp;&nbsp;<a href="mailto:cal@fbsdata.com">cal@fbsdata.com</a>