Paul wrote: > 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 ?
Have you run the same application w/o SSL as well? I once tested the SSL stuff with TSslWsocket against a multi-threading SSL TWSocketServer over many hours and several million requests/responses with plenty of concurrent client connections. I couldn't see any obvious memory leak. BTW: Are you using (OverbyteIcs)SslThrdLock.pas which is a Must when running OpenSSL multi-threaded? --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html > > 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