Francois PIETTE wrote: > If FastMM doesn't report any leak, then the increase probably result > from memory fragmentation.
I think FastMM solved the memory-fragmention-problem of the old Delphi memory manager. That's at least my expierence in applications where GetMem/FreeMem is called frequently (several thousands calls per second). --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html > It is also possible that memory allocation are done in global objects > (I don't know which one) which a freeed at program exist and > nevertheless "eat" more and more memory. > > -- > Contribute to the SSL Effort. Visit > http://www.overbyte.be/eng/ssl.html -- > [EMAIL PROTECTED] > http://www.overbyte.be > > > ----- Original Message ----- > From: "Paul" <[EMAIL PROTECTED]> > To: "TWsocket" <[email protected]> > Sent: Sunday, October 08, 2006 4:50 PM > Subject: [twsocket] Memory leaks > > >> Hi, >> >> When my program is running (sending a stream about each second with >> SslHttpCli), I see the memory useage in the taskmanager increasing >> continuous. >> The SslHttpCli is running in a seperate thread. >> FastMM doesn't report any memory leaks, except for a string(20 bytes) >> AssumeMultiThreaded is enable in FastMM. >> Anyone seen this before ? >> >> PAul >> >> -- >> To unsubscribe or change your settings for TWSocket mailing list >> please goto http://www.elists.org/mailman/listinfo/twsocket >> Visit our website at http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
