I think Dinesh is the one behind the libcurl effort. Better he can answer this question :) But I think integration happened pretty seamless fashion and chances are that there are very few bugs (if exists)
Thanks -sahan On 11/22/07, Plamen Neykov <[EMAIL PROTECTED]> wrote: > Hi Sahan, > > thanks for the good advice - one more quick question - I see that libcurl can > be used instead of the "native" Axis2/C transports but by default it is not > used - is the libcurl support/integration well tested or it got just recently > integrated and is still buggy? > > Thanks, > Plamen > > -----Original Message----- > From: Sahan Gamage <[EMAIL PROTECTED]> > Date: Wed, 21 Nov 2007 22:04:58 -0500 > To: Apache AXIS C User List <[email protected]> > Subject: Re: how to switch on compression > > If you're running apache2 as the container for axis2 (mod_axis2) then > you don't need to write your own module. You can use existing > mod_deflate. On the other hand axis2/c client side (with default http > sender) is incapable of handling compression/decompression. > If you use libcurl as the http sender for client side you should be > able to do compression at the client side as well. > > Thanks > -sahan > > On 11/21/07, Plamen Neykov <[EMAIL PROTECTED]> wrote: > > Hi Dinesh, > > > > thanks for the info - will try to create a module. > > > > On the other side I'm wondering whether the requirement to compress the > > request and the response is a pretty frequent one in the user community - I > > can imagine a lot of applications out there which would like to transfer > > some > > serious amount of data and would benefit of automatic compression on the > > network level - is there any chance to get this supported directly by > > Axis2/C? > > > > > > Regards, > > Plamen > > > > > I think this can be done with an axis2c module. Please see more > > > details on writing a module [1]. > > > > > > > > > _______________________________________________________________________________ > > Real to Real Software GmbH > > Registergericht Aschaffenburg, HRB 9364 > > Geschäftsführer: Antoaneta Kostadinova > > > > This message contains confidential information and is intended only for the > > individual named. If you are not the named addressee you should not > > disseminate, distribute or copy this e-mail. Please notify the sender > > immediately by e-mail if you have received this e-mail by mistake and delete > > this e-mail from your system. E-mail transmission cannot be guaranteed to be > > secure or error-free as information could be intercepted, corrupted, lost, > > destroyed, arrive late or incomplete, or contain viruses. The sender > > therefore does not accept liability for any errors or omissions in the > > contents of this message, which arise as a result of e-mail transmission. If > > verification is required please request a hard-copy version. > > Real to Real Software GmbH, Alzenauer Str. 15, D-63796 Kahl, Germany, > > www.Real-2-Real.com > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
