If open(2) fails with EMFILE or ENFILE, trigger a garbage collection
authorTaylor R. Campbell <net/mumble/campbell>
Wed, 15 Apr 2009 03:02:48 +0000 (03:02 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Wed, 15 Apr 2009 03:02:48 +0000 (03:02 +0000)
commitffcaf734388ce8f1da009dbc689db4970b4724b0
tree6e7c6e47b451676e9835b30b831884d63f660189
parent15dc8fe99011601fab7038a0f8ee3b10305123a1
If open(2) fails with EMFILE or ENFILE, trigger a garbage collection
to attempt to free up file descriptors, but avoid looping in this
state if there really are too many open file descriptors still
referenced.
v7/src/microcode/uxfile.c