http://qs321.pair.com?node_id=742845


in reply to Unix Domain Sockets

Did you read perlipc? There's a unix domain socket example there. It doesn't do bidirectional communication per-se but it may suggest a fix for your problem if you're setting up your sockets incorrectly.

Maybe you could post a small sample of code that demonstrates your problem?

-sam