Use Console Thread for Async I/O

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-29 19:10:04 +01:00
parent b3cc13d4f2
commit 302c865f4e
6 changed files with 56 additions and 64 deletions

View File

@ -26,7 +26,5 @@ if not "%PHPOUTPUT%"=="1" (
echo [ERROR] Couldn't find PHP binary in PATH.
ping 127.0.0.1 -n 3 -w 1000>nul
) else (
START /B CMD /C CALL php PocketMine-MP.php
START /B /WAIT php src/common/input.php 1
ping 127.0.0.1 -n 5 -w 1000>nul
START /B /WAIT php PocketMine-MP.php
)