I think the reason is <strong>file open limit per one process(maybe 1024).</strong><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>

<p>how can I solve this problem?</p>
<p>I'd like to</p>
<p>If Process <strong>can not open file</strong>, that request make wait-status<strong>(not allow socket accept).</strong></p>
<p>and when Process can open file, handle the request.</p></div></blockquote><div><br>Linux is limiting the maximum of open files,&nbsp; a quick google gave this link which probably helps you: <a href="http://www.netadmintools.com/art295.html">
http://www.netadmintools.com/art295.html</a><br><br>In fact i think this has been mentioned on the list before (isn't there a search feature for the mailinglist?) and if i recall correctly one can use another reactor under linux which is optimized and doesn't have those restrictions.
<br><br></div><br></div>