Thanks for that. It seems that connecting with telnet give good results (if you do not start another program). If I connect , for example with php), I dont; get good data:
$fp = fsockopen("127.0.0.1","7879", $errno, $errstr, 1);
while (!feof($fp))
$buff1=fgets($fp, 2048);
echo $buff1;
......
Thanks Harry we will flag that as bug.