You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Andriy Vitkovskyy <av...@gmail.com> on 2008/12/09 20:02:19 UTC

Function axiom_node_serialize(...) worked very slow

Hi

I send request to plugin and response is large xml . Function
AXIS2_EXTERN axis2_status_t AXIS2_CALL
    axiom_node_serialize(
        axiom_node_t * om_node,
        const axutil_env_t * env,
        struct axiom_output *om_output);

Worked very slow
8   Mb ~ 25 seconds
12 MB ~ 45 seconds

Any ideas to speed up.

Thanking you in anticipation