FrancoGG wrote:
> I'm using ICS under Delphi 2007, specifically THttpServer.
> Is it possible there is a memory leak in the component?

Nothing is impossible, look at Japan :(

> Even on an empty form, in a new project, with just a THttpServer and
> a button to start the server, the application's memory usage keeps
> increasing every time a user connects.

That's nothing to worry about. If you want to track real memory leaks in
D2006+ add this line to Form's OnCreate Event handler for example:

"ReportMemoryLeaksOnShutdown := (DebugHook <> 0);"
  
That should show a message box if the app. is actually leaking memory. 

-- 

Arno Garrels
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to