Hi all<br><br>   I have a function like: <br><br>def longQuery(xxx)<br><br>this function will be invoked simultaneously (it means multiple thread environment) and this function may take a while to complete.<br><br>so my question is whether i should use reactor.callInThread to take benefit from non blocking <br>
<br>or use deferred object ?<br><br>It seems that deferred object doens&#39;t use threads.<br><br>Regards<br><br>GELIN YAN<br>