I am porting an FullText database engine to Linux (Sparc) and have
problems.
On my sparc machine the entire file system is mounted NFS from a Linux
Intel box. (root=nfs)
The first process create a fifo file on /tmp, then the child process
open the same file for reading.
Then it is mmap, and when both have the file open it is then unlink'ed.
Now if that file is lying on the NFS, I get an nfs error and the
process die!
But if I move it to a physical disk I don't get this error.
Is that normal?
If not I can send you the exact error message and probably some portion
of the related code.
Andre
--
------------------------------------------------------------------------ Andre Couture 938934 Ontario Inc. mailto:search_n_find@yahoo.com
--------------4EA6DB1718E243CCC8023653 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit
I am porting an FullText database engine to Linux (Sparc) and have problems.
On my sparc machine the entire file system is mounted NFS from a Linux Intel box. (root=nfs)
The first process create a fifo file on /tmp, then the child process open the same file for reading.
Then it is mmap, and when both have the file open it is then unlink'ed.Now if that file is lying on the NFS, I get an nfs error and the process die!
But if I move it to a physical disk I don't get this error.Is that normal?
If not I can send you the exact error message and probably some portion of the related code.Andre
--