Hello,
I am writing a program using Sun RPC to read files over a network. I
have two versions of the program, one that is threaded and one that is
sequentially executed. When I execute the program sequentially, it runs
fine. But when I executed the program using threads my read calls usually
timeout, but once in a while, the program exits normally. Does anyone have
any ideas as to why this would happen? Usually it is the RPC read function
that bombs. There are no other users on my network.

Thanks,
Chris