William Sherman -Visualization (wsherman++at++ncsa.uiuc.edu)
Wed, 5 Aug 1998 01:52:01 -0500 (CDT)
A student working on a project for me asked me to post the following
question:
-----
I have been working on a program in which the user can dynamically load
and delete geometries via pfdLoadFile("foo.iv"). To increase performance,
I have experimented with using pfMultiProcess(PFMP_FORK_DBASE),
pfDBaseFunc(func), and pfBuffer. If I leave out the pfMultiProcess line
and the pfBuffer and just use pfDBaseFunc(func), the program works fine,
and I can use pfdLoadFile("foo.iv") in func with no problems. However, if
I want to use pfMultiProcess, the program crashes on the call to
pfdLoadFile("foo.iv") in func (the DBASE function). Just wondering if
there is something wrong with pfdLoadFile, or if someone can give me any
solutions.
Thanks for the help
-----
Thanks,
Bill
/*************************************************************************/
/* Bill Sherman (wsherman++at++ncsa.uiuc.edu) */
/* National Center for Supercomputing Applications */
/* University of Illinois at Urbana-Champaign */
/* Og - "You want to do mankind a real service? Tell funnier jokes" */
/* Spinner - "but facts don't always reveal the truth" */
/* Robin - "Yeah, but I always figure that's the writers' fault" */
/*************************************************************************/
=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
Submissions: info-performer++at++sgi.com
Admin. requests: info-performer-request++at++sgi.com
This archive was generated by hypermail 2.0b2 on Tue Aug 11 1998 - 13:42:34 PDT