On Mon, 27 Jul 2009 01:05:21 -0500, David Bern <[email protected]> wrote: >I want to make multiple HTTP requests using the same set of cookies. >Should I call client.getPage a lot thus creating multiple factories to >do this?
This is probably the right approach for the near term. If you're worried about the overhead of creating a lot of factories, I don't think you should. Creating these objects isn't very expensive (particularly compared to parsing html). Jean-Paul _______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
