From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16783 invoked by alias); 7 Jul 2004 18:09:53 -0000 Mailing-List: contact pthreads-win32-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sources.redhat.com Received: (qmail 16767 invoked from network); 7 Jul 2004 18:09:52 -0000 Received: from unknown (HELO www.psatellite.com) (67.100.218.178) by sourceware.org with SMTP; 7 Jul 2004 18:09:52 -0000 Received: from [192.168.1.191] (h-67-100-218-182.phlapafg.covad.net [67.100.218.182]) by www.psatellite.com (Postfix) with ESMTP id 4F381774DB; Wed, 7 Jul 2004 14:09:52 -0400 (EDT) In-Reply-To: <40EC389F.8060302@tps.com> References: <8E0EDAFE-D03D-11D8-BE46-000393C91F86@psatellite.com> <40EC389F.8060302@tps.com> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit Cc: pthreads-win32@sources.redhat.com From: Lavanya Swetharanyan Subject: Re: Unix vs. Windows Posix threads ! Date: Wed, 07 Jul 2004 18:09:00 -0000 To: Jef Gearhart X-SW-Source: 2004/txt/msg00086.txt.bz2 Thanks. I ran the application and opened the task manager as suggested. The thread count is constant at 6. The handle though are increasing continuously. Even when the delta memory is 0 the handle count is increasing. The delta mem varies from 0-4-8 K every time the screen refreshes on its own. What does this increasing number of handles mean ?. Is it causing the memory leak ?. I am also using windows sockets apart from pthreads.