in reply to FCGI.pm client sockets: INET vs. UNIX

Sorry to say I can't help you with the perl module, but I have a suggestion for testing. When dealing with sockets, you can use netcat to test your code. Netcat can act as client or server and gives you more finite control over what's being sent without modifying code.
  • Comment on Re: FCGI.pm client sockets: INET vs. UNIX

Replies are listed 'Best First'.
Re^2: FCGI.pm client sockets: INET vs. UNIX
by petr999 (Acolyte) on Apr 16, 2011 at 17:42 UTC

    sniffing and interpreting means same bit-hacking to me as fastcgi specification digging.

    Thanks anyway, I had no idea about netcat is able to handle the local unix sockets.