Link to home
Start Free TrialLog in
Avatar of delphian
delphian

asked on

Internet vs. UNIX domain socket

Hi, all

I'd like to know the differences between the internet domain socket(AF_INET) and the unix domain socket(AF_UNIX) on the same host.
I've tested with a client that sends 2,560,000 1K sized packets on HP/UX 10.20. I think using unix domain socket is faster, but rather it is slower.
Anyone knows why? And if so, is it system-dependent?

Regards,

Hwakyoung Lee (delphian@samsung.co.kr)
ASKER CERTIFIED SOLUTION
Avatar of jrg
jrg

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of delphian
delphian

ASKER

Thanks for your answer.