[XML-SIG] Two SimpleXMLRPCServer questions

Mark Bucciarelli mark@easymailings.com
Mon, 10 Mar 2003 13:44:15 -0500


On Monday 10 March 2003 1:53 pm, Brian Quinlan wrote:

> I take it that you don't want to use a global variable or examine
> sys.argv in _dispatch?

Didn't think of those things.  I figured there was an easy solution.  :)

> > Won't this only work if the do_POST is running?
>
> do_POST is the only code, in the handle_request code path, with a bare
> except clause (except handle_request itself which just does a bit of
> cleanup).

Great, so that should work then.  Thanks for your help.

Mark