> -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
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
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
> 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
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
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
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