Re: Handler repository

2002-06-11 Thread Jason van Zyl
On Mon, 2002-06-10 at 22:57, Daniel Rall wrote: > Jason van Zyl <[EMAIL PROTECTED]> writes: > > > I was just doing some work on the XMLRPC service in fulcrum (turbine > > related project) and we have a couple handlers in there that might be > > useful to others. I was wondering if anyone else had

Re: Handler repository

2002-06-11 Thread Daniel Rall
Jason van Zyl <[EMAIL PROTECTED]> writes: > On Mon, 2002-06-10 at 22:57, Daniel Rall wrote: > > Jason van Zyl <[EMAIL PROTECTED]> writes: >> >> > I was just doing some work on the XMLRPC service in fulcrum (turbine >> > related project) and we have a couple handlers in there that might be >> > u

Re: Handler repository

2002-06-11 Thread Jason van Zyl
On Tue, 2002-06-11 at 13:14, Daniel Rall wrote: > Jason van Zyl <[EMAIL PROTECTED]> writes: > > > On Mon, 2002-06-10 at 22:57, Daniel Rall wrote: > > > Jason van Zyl <[EMAIL PROTECTED]> writes: > >> > >> > I was just doing some work on the XMLRPC service in fulcrum (turbine > >> > related projec

Re: Problems with setting HTTP Keepalive

2002-06-11 Thread Ryan Hoegg
Currently, the XmlRpcClient and XmlRpcClientLite use a simple implementation of an http client. This implementation does not support many extended HTTP features. I am currently working on a change to the code that will enable this functionality, so possibly look for it in a future release!

Re: Problems with setting HTTP Keepalive

2002-06-11 Thread Ryan Hoegg
woops, meant for the -user list. For you guys, I will be integrating HTTPClient from the Commons in the Client classes. --Ryan Ryan Hoegg wrote: > Currently, the XmlRpcClient and XmlRpcClientLite use a simple > implementation of an http client. This implementation does not > support many e