ok, took a look at the source, and it looks like the RPC responders get constructed and discarded each call. I know I could put state in a db, but I'm just trying to write an example app, and if I were to, for example, cache a value in a real application, I can't do it in RPC. Any thoughts?