<snip/>

Then we could do this:
  Send a form
  Do time consuming work that *does not* need the reply data
  Block for the reply
  Do the remaining work that *does* need the reply data
  Send the next form
What if the reply comes back before the "time consuming work" is completed? This gets us into all sorts of thread-type nastiness and I have *no idea* how the interpreter would handle reentrancy.

On the other hand, it would be neat be able to do what you describe :)

Jason Foster


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



Reply via email to