j
k
j a
j l
I have not actually tried close, though. But this: ...for(int i=0; i<10000; i++) Stdio.File(".")->close(); indicates that it is actually closed (since my FD-max is 65k, not 100k fd:s).
I have not actually tried close, though. But this:
for(int i=0; i<10000; i++) Stdio.File(".")->close();
indicates that it is actually closed (since my FD-max is 65k, not 100k fd:s).
You're aware you only looped 10k times above?
Back to the thread
Back to the list