durusmail: quixote-users: Poor upload (POST) performance... [PATCH]
Poor upload (POST) performance with Quixote/Medusa/xmlrpc_handler.collector
2004-02-12
Poor upload (POST) performance with Quixote/Medusa/xmlrpc_handler.collector
2004-02-16
Poor upload (POST) performance... [PATCH]
2004-02-16
Jason E. Sibre (2 parts)
2004-02-16
Re: [Quixote-users] Poor upload (POST) performance...[PATCH]
2004-02-16
Jason E. Sibre (2 parts)
Re: Poor upload (POST) performance...[PATCH]
2004-02-16
Poor upload (POST) performance...[PATCH]
2004-02-19
Poor upload (POST) performance... [PATCH]
Jason E. Sibre
2004-02-16
> Would you mind patching medusa_http, adding your new handler, and
> posting it?


Ok, here's a fix revolving aroung the medusa_http.py file (in
Quixote/servers).  Medusa is unaffected by this patch.  The patch adds a
Collector class to medusa_http (which is a fixed version of the
xmlrpc_handler.collector), and utilizes it.  Since this will only affect
Quixote users, no attempt has been made to provide backward-compatibility on
Collector.data attribute accesses.  (I can't see where a Qx user would ever
need to mess with the collector directly, so it seems silly to worry about
it.)

This patch is written on top of the last patch I submitted against
medusa_http, so if the line numbers don't match, it's because you're missing
the other patch :)


Jason
reply