Socket communications question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

I am trying to get a php web page to communicate with a java
application with little success...

I can get the php page to send the request to the java application,
just fine. But when the java app sends the response back, the php page
does not seem to get it...

As a side note, the java app works just fine if the client is another
java app, or a C app. Everything is send and received just fine...

>From what I can tell in the php page, the

while ($out = socket_read($socket, 2048, PHP_NORMAL_READ))
{
  echo $out;
}

never returns.

Any ideas?

-Jeff


-Jeff

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux