I'm not 100% sure what you mean, but you try to do this to turn a
special muti-thread mode by settings external.buffering to false in
Javascript like this:
<script>
external.buffering = false;
</script>
However it can cause a crash sometimes, so when your multi-threaded
mode is not needed, set the flag with:
<script>
external.buffering = true;
</script>
Also you can uncheck the Limit CPU affinity checkbox on the Exe file
section of PHPExe.
On Mon, Dec 14, 2015 at 10:03 PM,  <
alv...@ea5.com.br> wrote:
> Thread is possible in php2exe ?
>
 > --
> --
> You received this message because you are subscribed to the Google
> Groups "ZZEE PHPExe" group.
> To post to this group, send email to 
php...@googlegroups.com
> To unsubscribe from this group, send email to
> 
phpexe+un...@googlegroups.com
> For more options, visit this group at
> 
http://groups.google.com/group/phpexe?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "ZZEE PHPExe" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to 
phpexe+un...@googlegroups.com.
> For more options, visit 
https://groups.google.com/d/optout.
-- 
Regards,
Paul.