Hi<br><br>I&#39;m a newbie of netty and nio. and my goal is  to implement a http upload server using netty.<br><br>I find that there is a example in netty-4.0.0.Alpha1-SNAPSHOT,  org.jboss.netty.example.http.upload.HttpRequestHandler for specific.<br>

<br>my questions:<br>1. In above class, there is a readingChunks boolean falg. what this flag used for?<br>2. The http data will be read twice ? trunk by trunk for once, and read it all again after all trunks arrived. Am i right? what&#39;s the purpose to read it twice if i&#39;m right?<br>

3. When file is big, such as 60M more or less, file upload speeding is slow.  So is there any performance tips?<br><br>Thanks!<br><br><br><br><br>