conf_max          590 lib/common/io.c         long conf_max = sysconf(_SC_OPEN_MAX);
conf_max          592 lib/common/io.c         max_fd = (conf_max > 0)? conf_max : 1024;