On 10 Nov 2005, at 11:43, David Binger wrote:

If the Publisher is be the authority request instance construction, maybe
it also be the caller of the request constructor.

    def process(self, stdin, env):
        request = HTTPRequest(stdin, env)
        return self.process_request(request)

Wouldn't this simplify the responsibilities of the driver scripts?
(And you could override process to get your customized requests.)

Here's a patch implementing that, with changes to the bundled driver scripts.

Matt

--
  Matt Patterson | Design & Code
  <matt at emdash co uk> | http://www.emdash.co.uk/
  <matt at reprocessed org> | http://www.reprocessed.org/

Attachment: quixote-publisher-process.patch
Description: Binary data


_______________________________________________
Quixote-users mailing list
[email protected]
http://mail.mems-exchange.org/mailman/listinfo/quixote-users

Reply via email to