Hendrik van Rooyen wrote:
Ken Seehart wrote:
8< implementation --
The practical constraints of my specific application are:
1. The rpc server is a highly specialized slave system that does heavy duty
work.
2. The rpc client is itself a web server that dispatch
Ken Seehart wrote:
8< implementation --
>The practical constraints of my specific application are:
>1. The rpc server is a highly specialized slave system that does heavy duty
work.
>2. The rpc client is itself a web server that dispatches work requests to the
rpc serve
It would be really cool if an rpc call could return a generator. I know
that there are a few reasons why one would not expect it to be part of
the library (e.g. the client would need to receive asynchronous
messages, and it's not part of the rpc standard), however below I show a
possible imple