<p>Adding to this, you can deal with the slowness either by pre generating things, or by increasing your complexity to have a callback and the like. Personally, I would suggest to keep things simple :)<br>
-<br>
Marc-AndrĂ© Laverdiere<br>
Sent from a mobile device. Please excuse the brevity </p>
<div class="gmail_quote">On 15-Sep-2011 3:16 AM, &quot;Jamie McCrindle&quot; &lt;<a href="mailto:jamiemccrindle@gmail.com">jamiemccrindle@gmail.com</a>&gt; wrote:<br type="attribution">&gt; Hi,<br>&gt; <br>&gt; The docs here:<br>
&gt; <br>&gt; <a href="http://docs.jboss.org/netty/3.2/api/org/jboss/netty/handler/execution/ExecutionHandler.html">http://docs.jboss.org/netty/3.2/api/org/jboss/netty/handler/execution/ExecutionHandler.html</a><br>&gt; are hopefully what you need?<br>
&gt; <br>&gt; Essentially, you want to keep anything that blocks off the I/O threads<br>&gt; and the ExecutionHandler gives you a way to do that.<br>&gt; <br>&gt; regards,<br>&gt; Jamie.<br>&gt; <br>&gt; On Wed, Sep 14, 2011 at 6:35 PM, kutchar &lt;<a href="mailto:drew@venarc.com">drew@venarc.com</a>&gt; wrote:<br>
&gt;&gt; No replies? Anything wrong with my question?<br>&gt;&gt;<br>&gt;&gt; --<br>&gt;&gt; View this message in context: <a href="http://netty-forums-and-mailing-lists.685743.n2.nabble.com/non-blocking-image-generation-over-http-tp6788849p6793665.html">http://netty-forums-and-mailing-lists.685743.n2.nabble.com/non-blocking-image-generation-over-http-tp6788849p6793665.html</a><br>
&gt;&gt; Sent from the Netty User Group mailing list archive at Nabble.com.<br>&gt;&gt; _______________________________________________<br>&gt;&gt; netty-users mailing list<br>&gt;&gt; <a href="mailto:netty-users@lists.jboss.org">netty-users@lists.jboss.org</a><br>
&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/netty-users">https://lists.jboss.org/mailman/listinfo/netty-users</a><br>&gt;&gt;<br>&gt; _______________________________________________<br>&gt; netty-users mailing list<br>
&gt; <a href="mailto:netty-users@lists.jboss.org">netty-users@lists.jboss.org</a><br>&gt; <a href="https://lists.jboss.org/mailman/listinfo/netty-users">https://lists.jboss.org/mailman/listinfo/netty-users</a><br></div>