difference for tcp between PHP and Erlang

info info@REDACTED
Tue Aug 18 01:04:56 CEST 2009


Hi all,

I can execute fsockopen("www.google.com",80) with PHP but not
gen_tcp:connect("www.google.com",80,[binary,{packet,0}]) with erlang which returns {error,timeout} !
why ?


More information about the erlang-questions mailing list