Re: [twsocket] WSocket Memory Leak

2005-12-13 Thread Francois PIETTE
-- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Johan Visage" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 13, 2005 3:59 PM Subject: [twsocket] WSocket Memory Leak > > Hi, > > > > I am using Delphi 7 with WSocket version 5

Re: [twsocket] WSocket Memory Leak

2005-12-13 Thread Angus Robertson - Magenta Systems Ltd
> I seem to be losing memory in the Socket Buffers. Use FastMM4 in the application, with {$define FullDebugMode}, from http://fastmm.sourceforge.net. When the app terminates, it will show which memory was not released. Turn off debug, and the application will run faster anyway. Beware you nee

[twsocket] WSocket Memory Leak

2005-12-13 Thread Johan Visage
Hi, I am using Delphi 7 with WSocket version 5.18 I have a Socket Server connected to multiple Client Sockets, sending out data on request of the clients. The requests are put in a message queue and then handled by WSocket. I seem to be losing memory in the Socket Buffers. It does not happen