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 Kasun Indrasiri <ka...@gmail.com> on 2007/04/21 06:37:53 UTC

JSON Support for Axis2C: Wiki uploaded

Hi all,

The wiki of JSON Support for Axis 2C is now available at following link.

http://wiki.apache.org/ws/GSOC2007/JSON_Support_Axis2C

Thanks & Regards,

Kasun.

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: handle issue

Posted by Dushshantha Chandradasa <du...@gmail.com>.
oops... Sending it again.

I noticed huge memory leaks in axutil_network_handler_create_server_socket
function.

Ragards,
Dushshantha.

On 4/23/07, Samisa Abeysinghe <sa...@wso2.com> wrote:
>
> Dushshantha Chandradasa wrote:
>
> > Hi Samisa,
> >
> > Here, i have attached a Purify memory profile data here for simple
> > axis server. here I issued 2 requests from echo sample and one request
> > from math sample. And I logged all the handles in use at for this
> > process. It might be helpful for you.
>
> Hey, the file seems to be empty :(
>
> Did you notice any atrange behaviour as far as handles were concerned?
>
> Samisa...
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>

Re: handle issue

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Dushshantha Chandradasa wrote:

> Hi Samisa,
>
> Here, i have attached a Purify memory profile data here for simple 
> axis server. here I issued 2 requests from echo sample and one request 
> from math sample. And I logged all the handles in use at for this 
> process. It might be helpful for you.

Hey, the file seems to be empty :(

Did you notice any atrange behaviour as far as handles were concerned?

Samisa...


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: handle issue

Posted by Dushshantha Chandradasa <du...@gmail.com>.
Hi Samisa,

Here, i have attached a Purify memory profile data here for simple axis
server. here I issued 2 requests from echo sample and one request from math
sample. And I logged all the handles in use at for this process. It might be
helpful for you.

Regars,
Dushshantha

On 4/23/07, Samisa Abeysinghe <sa...@wso2.com> wrote:
>
> Samisa Abeysinghe wrote:
>
> > I tested with Apache on Windows and the problem remains for that as
> well.
> > The problem seems to come with libxml2 wrapper, and not
> > http_svr_thread.c.
> > Need to test the same with Guththila wrapper.
>
> Problem remains with Guththila as well.
> I am not sure where this problem is coming form.
> All  sockets seem to close properly.
>
> Need to profile and locate the problem.
>
> Samisa...
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>

Re: handle issue

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Samisa Abeysinghe wrote:

> I tested with Apache on Windows and the problem remains for that as well.
> The problem seems to come with libxml2 wrapper, and not 
> http_svr_thread.c.
> Need to test the same with Guththila wrapper.

Problem remains with Guththila as well.
I am not sure where this problem is coming form.
All  sockets seem to close properly.

Need to profile and locate the problem.

Samisa...


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: handle issue

Posted by Samisa Abeysinghe <sa...@wso2.com>.
I tested with Apache on Windows and the problem remains for that as well.
The problem seems to come with libxml2 wrapper, and not http_svr_thread.c.
Need to test the same with Guththila wrapper.

Samisa...

Samisa Abeysinghe wrote:

> Another workaround is to see if the problem persists by uncommenting 
> lines 296 and 300 in http_svr_thread.c
>
> Samisa...
>
> Samisa Abeysinghe wrote:
>
>> Jim Seipp wrote:
>>
>>> Hi All,
>>>
>>> I am using RC3 and I am still seeing handle allocation issues .
>>>
>>> 1. Run the Exho.exe or math.exe from the client computer
>>> 2. Run axis2_http_server.exe on the server computer
>>>
>>> On the server computer run the windows task manager / performance
>>> The Handle count increases every time the server processes a command
>>> from the client.
>>>
>>> This is a resource allocation issue and will cause windows to 
>>> eventually
>>> crash.
>>>  
>>>
>> This happens in relation to the thread clean up on windows. We had to 
>> comment off some thread cleaning stuff with simple axis server due to 
>> problems related to reliable messaging implementation, Sandesha.
>>
>> The work around for this would be to deploy with Apache2 Web server.
>>
>> Thanks,
>> Samisa...
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>>
>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: handle issue

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Another workaround is to see if the problem persists by uncommenting 
lines 296 and 300 in http_svr_thread.c

Samisa...

Samisa Abeysinghe wrote:

> Jim Seipp wrote:
>
>> Hi All,
>>
>> I am using RC3 and I am still seeing handle allocation issues .
>>
>> 1. Run the Exho.exe or math.exe from the client computer
>> 2. Run axis2_http_server.exe on the server computer
>>
>> On the server computer run the windows task manager / performance
>> The Handle count increases every time the server processes a command
>> from the client.
>>
>> This is a resource allocation issue and will cause windows to eventually
>> crash.
>>  
>>
> This happens in relation to the thread clean up on windows. We had to 
> comment off some thread cleaning stuff with simple axis server due to 
> problems related to reliable messaging implementation, Sandesha.
>
> The work around for this would be to deploy with Apache2 Web server.
>
> Thanks,
> Samisa...
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: handle issue

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Jim Seipp wrote:

>Hi All,
>
>I am using RC3 and I am still seeing handle allocation issues .
>
>1. Run the Exho.exe or math.exe from the client computer
>2. Run axis2_http_server.exe on the server computer
>
>On the server computer run the windows task manager / performance
>The Handle count increases every time the server processes a command
>from the client.
>
>This is a resource allocation issue and will cause windows to eventually
>crash.
>  
>
This happens in relation to the thread clean up on windows. We had to 
comment off some thread cleaning stuff with simple axis server due to 
problems related to reliable messaging implementation, Sandesha.

The work around for this would be to deploy with Apache2 Web server.

Thanks,
Samisa...



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


handle issue

Posted by Jim Seipp <Ji...@avid.com>.
Hi All,

I am using RC3 and I am still seeing handle allocation issues .

1. Run the Exho.exe or math.exe from the client computer
2. Run axis2_http_server.exe on the server computer

On the server computer run the windows task manager / performance
The Handle count increases every time the server processes a command
from the client.

This is a resource allocation issue and will cause windows to eventually
crash.

Thanks,

Jim



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org