From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19382 invoked by alias); 11 Jul 2012 19:41:15 -0000 Received: (qmail 19362 invoked by uid 22791); 11 Jul 2012 19:41:14 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_20,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RCVD_IN_SORBS_WEB,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mout.perfora.net (HELO mout.perfora.net) (74.208.4.194) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 11 Jul 2012 19:40:48 +0000 Received: from JamesJPC (75-146-80-177-Chattanooga.hfc.comcastbusiness.net [75.146.80.177]) by mrelay.perfora.net (node=mrus2) with ESMTP (Nemesis) id 0MQRnQ-1SLJdQ1nmG-00URFt; Wed, 11 Jul 2012 15:40:46 -0400 From: "James Johnston" To: References: <34146666.post@talk.nabble.com> <34147664.post@talk.nabble.com> In-Reply-To: <34147664.post@talk.nabble.com> Subject: RE: running .bat file in cygwin Date: Wed, 11 Jul 2012 19:41:00 -0000 Message-ID: <041d01cd5f9d$0ff65b00$2fe31100$@motionview3d.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-07/txt/msg00188.txt.bz2 > -----Original Message----- > Sent: Wednesday, July 11, 2012 19:34 > Subject: Re: running .bat file in cygwin > > > "Note, fork requires the cygwin1.dll file. Are you prepared for that?" > > thanks for your response. What got me notice is the above comment? > Would you please elaborate on that? The only reason I would be going > through this becuase i am working on parallel processing on my thesis. > Currently, in my code i have used thread with mingw environment. But in > one part of the code requires to use separate image for each function calls > (thread function). > Unfortuanately, it is not working; it is taking the same image and performing > the calculation. > > I have the theorotical konwledge on fork() from the OS classes. Do i need to > install any additional module to use fork() in my code? Any documentation > you may recomend prior to using cygwin with fork()? Or you think it will be > better to install linux in my laptop instead of using cygwin? I think it would be better to not use fork(). What do you have to do with fork() that you can't do some other way? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple