[PVFS-developers] IOD error processing desing issue

Rob Ross rross@mcs.anl.gov
Thu, 15 Jan 2004 11:05:37 -0600 (CST)


Hi Alexandr,

To (rather belatedly) answer your question, there have been problems with 
SIGURG/OOB data in the past on some machines, and we had to handle socket 
closes anyway, so we chose to use the simpler approach.

Hope this helps,

Rob

On Fri, 28 Nov 2003, Alexandr Konovalov wrote:

> Honorable PVFS developers,
> 
> While reading iod and libpvfs sources I found that the only 
> methods of error processing in writing/reading data are 
> socket closing or receiving and ignoring all data (that is 
> the case when disk space exhausted).
> 
> There is any reason why TCP OOB data/SIGURG can't be used there?
> 
> -- 
> Thanks for your time,
> konovalov