From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23623 invoked by alias); 6 Oct 2008 13:21:45 -0000 Received: (qmail 23613 invoked by uid 22791); 6 Oct 2008 13:21:44 -0000 X-Spam-Check-By: sourceware.org Received: from web39603.mail.mud.yahoo.com (HELO web39603.mail.mud.yahoo.com) (209.191.106.34) by sourceware.org (qpsmtpd/0.31) with SMTP; Mon, 06 Oct 2008 13:21:03 +0000 Received: (qmail 45422 invoked by uid 60001); 6 Oct 2008 13:21:01 -0000 X-YMail-OSG: unrfOdYVM1ku3wnvIRrvEagXb4U1MI6uMJA759fS9JtRdaiYAfpCRB09ODksY_iJkd9VD4KP9siUKdOFbfYaYD62fznSZeWyLydr731gtSrH2htxYixVniQyMLXPunNrP0NPPAxayEs30BlLfB8Zh2wZDTyjig-- Received: from [202.170.56.241] by web39603.mail.mud.yahoo.com via HTTP; Mon, 06 Oct 2008 06:21:01 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Mon, 06 Oct 2008 13:21:00 -0000 From: Mahammed F Eessa Reply-To: mohammadfaiz2003@yahoo.com Subject: Few Questions To: pthreads-win32@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <558216.45231.qm@web39603.mail.mud.yahoo.com> X-IsSubscribed: yes 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: 2008/txt/msg00061.txt.bz2 Hi all, I'm really new In Parallel Programming But my lecturer ask me to write a parallel program, anyway I have few questions which are : 1) what are the general steps to develop parallel program using Pthread?. 2) How to Paralyze For loop and nested for loops using Pthread ? 3) Could you please give me a simple program which illustrate this things or at lease guide me on how to do it? Note: I'm using Microsoft Visual c++ 2005 , and My PC is Dual Core Processors Thanks In advance