Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <021201c0ac7d$6f13ec40$0200a8c0@lifelesswks> From: "Robert Collins" To: Subject: threadtest Date: Wed, 14 Mar 2001 22:53:48 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 14 Mar 2001 11:47:52.0127 (UTC) FILETIME=[99B804F0:01C0AC7C] Hi, I'm working on a win32 threaded module for squid - and I want to confirm that the code I'm putting together will run under win 95/98/ME/NT4 (I've already tested 2000). If anyone here has the time I'd really appreciate it if you could run a small test suite I've put together. It simply tests the core thread code I'm using on your machine by creating a thread or two, writing a file in the working directory, and then exiting. It's a 49kb source tarball and I'm happy to mail it to anyone whos willing to run it and report for me... The relevance to cygwin-apps & the reason I'm not using pthreads is * I'm maintaining squid under cygwin today. * The current fs module is synchronous, not asynchrounous. * The pthreads support in cygwin, while good, isn't quite enough :[ * I haven't programmed threaded code before, and I figure I should have a practical (vs theory :]) understanding of how to use threads before I tackle writing a thread engine! I don't have a homepage just now which is why I'll mail out the tarball rather than giving you a url. So if you have a install of cygwin (with autoconf & automake) on windows 95/98/ME or NT 4 please let me know. Rob