RE: memory leak in my web service

2006-10-24 Thread Willem Liu
Hi, When programming in Java for Linux like environments I've came accros the same thing. The same program would run perfectly under Windows, but would give a memory problem under Linux. I've eventually solved this by calling the Garbage Collector manually and periodically. It seems that

Re: memory leak in my web service

2006-10-24 Thread Martin Gainty
hard to make an intelligentcall without seeing your client codeMartin -- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that

Re: memory leak in my web service

2006-10-24 Thread xu cai
thanks your reply, I can have a try, not it's not recommended in our product. :-) -jeff On 10/24/06, Willem Liu [EMAIL PROTECTED] wrote: Hi, When programming in Java for Linux like environments I've came accros the same thing. The same program would run perfectly under Windows, but would give

Re: memory leak in my web service

2006-10-24 Thread xu cai
I can paste client side code tomorrow, but client side is simple, just send the same request in a endless while loop. So each time, server should do the same job, but memory growp fast. -jeffrey. On 10/24/06, Martin Gainty [EMAIL PROTECTED] wrote: hard to make an intelligentcall without

Re: memory leak in my web service

2006-10-24 Thread Martin Gainty
Sent: Tuesday, October 24, 2006 9:40 AM Subject: RE: memory leak in my web service Hi, When programming in Java for Linux like environments I've came accros the same thing. The same program would run perfectly under Windows, but would give a memory problem under Linux. I've