Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Subject: Re: threads question From: "Timothy C Prince" To: wayne AT reliant DOT immure DOT com CC: cygwin AT cygwin DOT com Date: Thu, 27 Feb 2003 22:29:01 +0000 X-Sender: tprince MIME-Version: 1.0 Message-ID: <1046384941.8af75e40tprince@myrealbox.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h1RMTeQ06094 -----Original Message----- From: wayne To: cygwin AT cygwin DOT com Date: Thu, 27 Feb 2003 15:49:15 -0600 Subject: threads question I was wondering what the current status of using threads are for cygwin? I have a project that I am starting and am considering using threads. The clients would be all flavors of Windows including 95 to XP. I know this is rather vague but I am really only looking for info about wither I should try using threads or just go with processes. All right, since your question is "rather vague," I'll mouth off about it. The threaded tests in the gcc testsuites are being run all the time, with gcc built with --enable-threads=posix. There is nothing to stop a program which is built with a non-cygwin Windows compiler from doing its own threading but running under cygwin. I run both OpenMP and MPI stuff built with other compilers, under cygwin. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/