Newsgroups: comp.parallel
From: Guang Yu Liu <gliu001@cs.auckland.ac.nz>
Subject: accessing files from child task
Organization: Auckland University
Date: 3 Apr 1997 14:53:28 GMT
Message-ID: <5i0g98$kc6@server1.ctc.com>

Hi experts,
I have a problem: Is it possible for a task spawned by other tasks to
access disk files?  I tried to do that in the child task using fopen()
but it gives me NULL which means I can not access files from child
task. I works OK from the task which is created on the console. Can
anybody tell me why?  By the way, is there a way to let the tasks
share a variable? 

Thanks a lot for your valuable time

GY Liu

--
Articles to parallel@ctc.com (Administrative: bigrigg@ctc.com)
Archive: http://www.hensa.ac.uk/parallel/internet/usenet/comp.parallel


