From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17897 invoked by alias); 2 Sep 2009 18:28:13 -0000 Received: (qmail 17886 invoked by uid 22791); 2 Sep 2009 18:28:12 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=BAYES_00,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org Received: from virus89-out.ccf.swri.edu (HELO virus89-out.ccf.swri.edu) (129.162.252.34) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Sep 2009 18:28:03 +0000 Received: from Rkindredxp (localhost [127.0.0.1]) by virus89-out.ccf.swri.edu (8.13.1/8.13.1) with ESMTP id n82IRoNS002543; Wed, 2 Sep 2009 13:27:50 -0500 (CDT) From: "robert kindred" To: "'Ross Johnson'" , "'Laura Arhire'" Cc: References: <4A9E4D93.5050407@endion-software.com> <4A9E80FD.3040409@homemail.com.au> In-Reply-To: <4A9E80FD.3040409@homemail.com.au> Subject: RE: strange pthread_create cap Date: Wed, 02 Sep 2009 18:28:00 -0000 Message-ID: <001c01ca2bfb$147ad3a0$3d707ae0$@kindred@swri.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Mailing-List: contact pthreads-win32-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sourceware.org X-SW-Source: 2009/txt/msg00043.txt.bz2 Hello, Ross: [snip] > > Hi Laura, > [snip] > > Also, are you testing on a Windows Server or Windows Workstation? I ask > because, IIRC and if my information is not out-of-date, workstations > have a limit (10) on the number of sockets that can be listening at the > same time. I thought this was true also, but I have had more than 20 connections to my Windows service via its listening sockets on my desktop. This limit is apparently only applied to Windows services (file shares, etc.). My .02, though I don't think it solves Laura's problem. > > Ross > > Laura Arhire wrote: > > Hello > > > > I'm having some trouble with pthreads-win and sockets, wondering if > > anyone can help. I have a test setup with a loop which iterates a > > number of times. Inside the loop, I create a thread on which I run an > > SSL server socket. After the thread is created, I connect an SSL > > Client socket to the server socket, then disconnect it, disconnect > the > > server socket, and issue a pthread_join. [snip] > > > > Thank you in advance, > > Laura Robert Kindred