Re: Axis2/C Performance Article

2008-05-11 Thread Nabeel Yoosuf
It's encouraging to see the C implementation performs well. As per the graphs, the performance gap between the two implementations implementations (Java/C) and between the two parsers (Guththila/Libxml2) narrows down as the data set size increases. There could possibly be two reasons for this. 1.

Re: [Axis2] question on http transport...

2007-02-01 Thread Nabeel Yoosuf
ing on the transport module will be able to give you some pointers and if there's any major bug fixes on it. Nabeel. regards ------ *From:* Nabeel Yoosuf [mailto:[EMAIL PROTECTED] *Sent:* Thursday, February 01, 2007 4:58 PM *To:* Apache AXIS C User List *Subject:* Re: [Ax

Re: [Axis2] question on http transport...

2007-02-01 Thread Nabeel Yoosuf
I've used a single client (through service client API) to send many (thousands) messages without any sorta hanging with axis-.96 on windows. Please try version 0.96 instead of 0.95. If you still experience the problem, you might want to post a code sample which demonstrate the issue. Nabeel. On

Re: [axis2c] unable to startup mod_axis2

2007-01-26 Thread Nabeel Yoosuf
Hi Mark, It seems that you have not set the repo path (Axis2RepoPath) correctly in httpd.conf. Axis2RepoPath D:/cpp/axis2c (in your case) The following details might be useful for you. I have used apache2.2.x with axis2c-src-0.96 and it worked for me. Following are the changes I did. Having set

Re: hello

2007-01-16 Thread Nabeel Yoosuf
. I am using VC 2005 Express edition, which is available free of charge. thank you. Urvashi *Nabeel Yoosuf <[EMAIL PROTECTED]>* wrote: Hi, If you are using the 0.96 binary distribution, for the time being you can compile in Linux/Windows with the following steps. (Windows bin release does

Re: hello

2007-01-15 Thread Nabeel Yoosuf
Hi, If you are using the 0.96 binary distribution, for the time being you can compile in Linux/Windows with the following steps. (Windows bin release does not provide assistance on building samples yet, I'll file a JIRA for you.) In Windows [vc project] == download and extract ma

Re: [Axis2] Getting endpoints from WSDL for dynamic client

2006-11-28 Thread Nabeel Yoosuf
Reposting with the correct prefix.. On 11/28/06, White, Darran <[EMAIL PROTECTED]> wrote: Hi, I`m trying to use the dynamic client to access the Amazon AWSECommerceService and I`m just trying to work out how the endpoints get set. I`m successfully parsing the Amazon wsdl and getting a dynamic

Re: file descriptor leak in axis2c client api

2006-11-17 Thread Nabeel Yoosuf
The free function and client object are set into a property object which is added to the message context. //setting the property (inside http_sender) property = axis2_property_create(env); AXIS2_PROPERTY_SET_SCOPE(property, env, AXIS2_SCOPE_REQUEST); AXIS2_PROPERTY_SET_FREE_FUNC(property

Re: [Axis2] Hackathon at ApacheCon

2006-05-25 Thread Nabeel Yoosuf
+1 for having a f2f. I'd like to join this; I think it'd be quite useful to have a f2f on Axis2/C. Any specific topics? and When? -NabeelOn 5/25/06, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: Hi All,I plan to attend the ApacheCon, I hope there would be othercontributors as well attending t