RE: WebServer handler threads

2003-03-31 Thread Danny Angus
> -Original Message- > From: Alex Young [mailto:[EMAIL PROTECTED] > Sent: 31 March 2003 13:11 > To: [EMAIL PROTECTED] > Subject: WebServer handler threads > > > Hi, does anyone know if there is a way to make the server side handlers > multi-threaded. By default when you try to access a

enhancements...

2003-03-03 Thread Danny Angus
I don't know how appropriate this is, so perhaps you can correct me if this is not a good idea.. I'd like to have org.apache.xmlrpc.XmlRpcClient implement an abort() method, for instance for when a user cancels an action and we should stop a lengthy execute(), stopping the download of the resul

RE: xml-rpc connection pool

2003-02-06 Thread Danny Angus
Under what conditions? Both Tomcat and James experience problems like you have described under heavy loads where garbage collection is not agressive enough to keep up with the rapid creation and destruction of objects, using the "-server" java option cures that. It is also possible that -Xnoi

RE: [Fwd: Re: Moving Base64 in HttpClient to commons-codec]

2003-02-03 Thread Danny Angus
> a final newline to encoded data (which seems to be RFC compliant, as > lines are supposed to be folded as "at most" 76 characters, and this is > also how the Perl base64 behaves). Yup, Base64 is a mail transport encoding defined in http://www.ietf.org/rfc/rfc1521.txt for transport of MIME dat

RE: [OT] Patch in Windows

2002-11-26 Thread Danny Angus
A port of patch and some other stuff, most remarkable is probably "ln", is available here, http://unxutils.sourceforge.net/ I don't know where else. However I find that Eclipse "www.eclipse.org" is much easier to use for applying and creating patches than patch and cvs, particularly the kind th

[PATCH] setBasicAuthentication from the user and password information in a URL

2002-11-26 Thread Danny Angus
Hi, Heres a small patch to allow the constructor to setBasicAuthentication from the user and password information in a URL of this style: protocol://user:[EMAIL PROTECTED]:port/path Patch assumes that if only one parameter is present that it is the username, and uses the empty string for the pa

source question...

2002-10-29 Thread Danny Angus
Hi, I've been looking at xml-rpc for a project my employers are embarking on and I noticed uk.co.wilson.xml package in cvs, the file in it copyright: "// Copyright (c) 2000, 2001 The Wilson Partnership. // All Rights Reserved." Forgive me if I've missed the point, but is this Ok? I thought copyr