![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Doubts on FIFO | Akshay | UNIX for Dummies Questions & Answers | 0 | 06-06-2008 07:56 AM |
| how to use fifo | atticus | High Level Programming | 3 | 06-05-2006 10:15 AM |
| FIFO Pipes | tej.buch | UNIX for Advanced & Expert Users | 4 | 02-11-2006 02:01 AM |
| FIFO issue | runawayNinja | High Level Programming | 1 | 04-29-2004 03:10 PM |
| Pipe & fifo.... | M3xican | High Level Programming | 4 | 07-20-2002 07:22 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
FIFO over NFS
Hi All
L2000-44 HP-UX 11.00 I am attempting to setup a FIFO over NFS. Directing and reading from the FIFO works fine on the local machine - however when I direct to the FIFO from a server which has the directory NFS mounted it does not work. The a process to read from the FIFO on the local server does not pickup the write (attempted write) to the FIFO. Has anyone ever encountered this? Any solutions/ideas? |
|
||||
|
Answering my own post subsequent to finding an answer - this is not actually possible. A FIFO is s kernel inter-process communication mechanism and as such it apparently alters the device map in the kernel on the local system. Because of this, writing to a FIFO across a NFS mount to a remote machine will not work because the local kernel is not aware of the FIFO in its device map.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|