System call time out?
Posted
by Arnold
on Stack Overflow
See other posts from Stack Overflow
or by Arnold
Published on 2010-06-07T19:57:52Z
Indexed on
2010/06/07
20:02 UTC
Read the original article
Hit count: 270
Hi, I'm using unix system() calls to gunzip and gzip files. With very large files sometimes (i.e. on the cluster compute node) these get aborted, while other times (i.e. on the login nodes) they go through. Is there some soft limit on the time a system call may take? What else could it be?
© Stack Overflow or respective owner