[wsf-c-dev] Issues for a next generation C stack

Samisa Abeysinghe samisa at wso2.com
Wed Dec 6 20:53:11 PST 2006


>>
>> - External dependencies.  Which external libraries should we take a
>> dependency on and how dependent should we be on them? libxml2 and curl
>> are two obvious candidates.
>>  
>>
> As I remeber we talked about writing our own parser embeded into axiom.
> So that removes dependancy on libxml2. How about improving our
> own transport instead of using curl which will save us from another
> dependancy?
Dropping dependencies is always welcome. However, maintaining our own 
transport implementation has proved to be expensive. e.g. We still miss 
keep-alive support in Axis2/C. Also, something like curl gives an array 
of options, not only http.

Samisa...






More information about the Wsf-c-dev mailing list