Hello Mike, The first method call within each HttpClient will result in a double http call. Thereafter only one call is issued (I guess). The Slide test suite uses one HttpClient for one Method call, therefore the performance problem.
Best regards, Juergen -----Original Message----- From: Michael Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 01.31 AM To: Slide Developers Mailing List Subject: Re: Slide Client API uses current Http-Commons API Pill, Juergen wrote: > Hello, > > Thanks to Eric Johnson the Slide Client API is now based on the current > Http-Commons API. > > The compile "build clean" and "build release" did run on our machine. > > There are following possible open points: > > 1) Bug in Head method, if the server is authenticated [reported to > http_commons] > 2) The slide Client API DID change > a. JSR pages may need adaptations too > b. All applications need to be re-compiled > 3) Performance: currently 2 calls are sent in case of an authenticating > server > Great! Thanks a lot to both you and Eric for doing this work. Concerning point 3) - do you mean that 2 calls (HTTP requests) are sent to the server on _every_ request (rather than just on the first request, as with the old code)? Mike -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
