Re: [PHP] PHP connection to external application
- Date: Sat, 14 Jun 2008 15:34:51 +0200
- From: Per Jessen <per@xxxxxxxxxxxx>
- Subject: Re: [PHP] PHP connection to external application
hce wrote:
> Anyway, thanks for all your responses and suggestions. It was good
> suggestion to use SOAP and Web services, but we have very small
> latency requirement, I have already worried about the delay in the
> lower level of socket, it will be evern more processing delays for
> useing SOAP and Web services.
Agree - it's only extra overhead.
Jim, if I were you, I'd go for the socket-communication, i.e. TCP. That
setup is being used for all kinds of stuff - unless your latency
requirements are extreme, I think TCP will be fine.
/Per Jessen, Zürich
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php