home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / programm / 5837 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  955 b 

  1. Path: sparky!uunet!spool.mu.edu!agate!usenet.ins.cwru.edu!gatech!swrinde!network.ucsd.edu!sdcc12!cs!jhussain
  2. From: jhussain@cs.ucsd.edu (Jabir Hussain)
  3. Newsgroups: comp.unix.programmer
  4. Subject: Named pipes over NFS
  5. Message-ID: <43082@sdcc12.ucsd.edu>
  6. Date: 6 Jan 93 02:33:23 GMT
  7. Sender: news@sdcc12.ucsd.edu
  8. Organization: CSE Dept., UC San Diego
  9. Lines: 16
  10. Nntp-Posting-Host: kenallen.ucsd.edu
  11.  
  12.  
  13. Hi all,
  14.      I have a writer program that runs in the background waiting to
  15.     open(<namedpipe>, O_WRONLY).  When somebody tries to cat the
  16.     <namedpipe>, the writer wakes up, does its thing and close()s.
  17.     Then it goes back to the open() call, blocks waiting for the
  18.     next reader, etc.
  19.  
  20.     The problem happens when the <namedpipe> is on an NFS mounted
  21.     filesystem.  The writer only wakes up for readers running on its
  22.     processor.  Remote readers hang.  I thought that running the
  23.     writer on the NFS server would solve the problem, but no.
  24.  
  25.     Any ideas?  Thanks.
  26.  
  27. Jabir
  28.