RE: SOAP memory leak problem
"Sencer Sultanoglu" <[email protected]>
| Newsgroups | gmane.comp.lang.delphi.programming |
|---|---|
| Message-ID | <[email protected]> |
Hi, I do not free when closing application if I use THTTPRio.Create(nil) because it should be automatically freed. Problem occurs consecutive calls of a ServerFunction, without any attempt to close application. If I create and free SOAP component for each server function call same problem continues. Thanks, Sencer -----Original Message----- From: Daniel Rail [mailto:[email protected]] Sent: Wednesday, July 16, 2003 2:27 PM To: [email protected] Subject: Re: [Delphi] SOAP memory leak problem Hi, At July 16, 2003, 03:53, Sencer Sultanoglu wrote: > We are using delphi 7 and windowsXP. If we do consecutive calls to a > soapServer function memory usage of the application increases periodically > with value of 4K, as we can see from Windows Task Manager. Is this a > component bug or should we do some special operation? > Code is below. Creating SOAP component as SOAP := THTTPRio.Create(nil); > or SOAP := THTTPRio.Create(form1); does not make any difference. Soaptest is > a simple server function that returns true. Where do you free your SOAP component? It's not necessarily freed when the application closes. And, that could correspond to your 4K. -- Best regards, Daniel Rail Senior System Engineer ACCRA Group Inc. (www.accra.ca) ACCRA Med Software Inc. (www.filopto.com) CodeCoffer - new Delphi code protection Tool! http://www.delphicollection.com/public/CodeCoffer.htm --------------------------------------------------------------- Unsubscribe:[email protected] List owner:[email protected] --------------------------------------------------------------- Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ ------------------------ Yahoo! Groups Sponsor ---------------------~--> Free shipping on all inkjet cartridge & refill kit orders to US & Canada. Low prices up to 80% off. We have your brand: HP, Epson, Lexmark & more. http://www.c1tracking.com/l.asp?cid=5510 http://us.click.yahoo.com/GHXcIA/n.WGAA/ySSFAA/i7folB/TM ---------------------------------------------------------------------~-> CodeCoffer - new Delphi code protection Tool! http://www.delphicollection.com/public/CodeCoffer.htm --------------------------------------------------------------- Unsubscribe:[email protected] List owner:[email protected] --------------------------------------------------------------- Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/