HP3000-L Archives

March 1998, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Bixby <[log in to unmask]>
Reply To:
Date:
Thu, 12 Mar 1998 12:50:11 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (20 lines)
John J Archer writes:
>
> I have received many responses to my initial question and I have
> tried several variations of the following:
>
>   FCONTROL( _mpe_file( fileno ( Fp ), 6, 0);
>
> However, I still don't have any EOF posts being made until the file is
> fclose(d).

You might want to make the stream unbuffered, i.e.:

        setbuf(Fp,NULL);
--
Mark Bixby                      E-mail: [log in to unmask]
Coast Community College Dist.   Web: http://www.cccd.edu/~markb/
District Information Services   1370 Adams Ave, Costa Mesa, CA, USA 92626-5429
Technical Support               Voice: +1 714 438-4647
"You can tune a file system, but you can't tune a fish." - tunefs(1M)

ATOM RSS1 RSS2