On Wed, Sep 8, 2010 at 09:25, Mark Carter <[email protected]> wrote: > Suppose I wanted to make a client/server application that communicates via a > protocol which has to be designed for that application. A neat way of doing it
Note that you're talking about designing the transport as well as the RPC API. If you're doing both, you'll want the sandboxing that Shriram/Grant pointed you to. If you're using some other transport that defines endpoints, etc., then you'll get some safety, and can focus on the API-level of your client/server app. Cheers, Matt _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

