X-Recipient: archive-cygwin AT delorie DOT com 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 From: "James Johnston" To: References: <34146666 DOT post AT talk DOT nabble DOT com> <34147664 DOT post AT talk DOT nabble DOT com> In-Reply-To: <34147664.post@talk.nabble.com> Subject: RE: running .bat file in cygwin Date: Wed, 11 Jul 2012 19:40:41 -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 AT cygwin DOT com; run by ezmlm List-Id: 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 > -----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