Re: [OPEN-ILS-DEV] PATCH: apachetools.c (performance)

2008-05-15 Thread Bill Erickson
On Tuesday 13 May 2008 11:54 Scott McKellar wrote: This patch is mostly a performance tweak, but also tidies up a few things. Applied. Thanks for the cleanup! -bill -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone:

[OPEN-ILS-DEV] PATCH: apachetools.c (performance)

2008-05-13 Thread Scott McKellar
This patch is mostly a performance tweak, but also tidies up a few things. In apacheParseParms() we load POST data and GET data into the same buffer, with the GET data coming first. However the old code loads the POST data first. If there is also some GET data, we juggle some buffers in order