Re: [PHP-DOC] cvs: phpdoc /en/functions network.xml From: Daniel Beckham (danbeck <email protected>)
Date: 08/28/00

No, I'm not very experienced with AF_UNIX sockets. It's very similar to
regular INET sockets, but obviously different. I might set a quick client
server model up though to see how it works in PHP. It's too bad that php
can't fork(), or you could actually start using this language for
semi-serious daemon work, ala Perl or C... =)

Daniel

----- Original Message -----
From: "Lars Torben Wilson" <torben <email protected>>
To: "Daniel Beckham" <danbeck <email protected>>
Cc: "phpdoc" <phpdoc <email protected>>
Sent: Monday, August 28, 2000 2:05 PM
Subject: Re: [PHP-DOC] cvs: phpdoc /en/functions network.xml

> Do you have a working AF_UNIX server/client? I'm thinking I've got it
> right, but it always just segfaults on the client side after
> connect()ing (segfaults, oddly, on return from the internal connect()
> function). I'm not submitting a bug until I know it's not just my
> code, and I haven't had time to look into it too closely.