The socket tag has no wiki summary.
12
votes
2answers
3k views
Unix socket vs TCP/IP host:port
Could someone please describe to me the pros and cons of using a Unix socket file vs a tcp/ip localhost:port when setting up services on a server (Ubuntu, FWIW)?
In this particular instance it's for ...
9
votes
3answers
4k views
What's the difference between Unix socket and TCP/IP socket?
It's from this answer:
http://stackoverflow.com/questions/2482411/is-this-pdo-bug-fixed-now/2482424#2482424
0
votes
1answer
150 views
Subdomains. How do you do development with subdomains?
I am currently building an web app which also utilizes websockets. (Rails for webserver and Nodejs for socket.io)
I have structured my application to use subdomains to separate between connection to ...
11
votes
4answers
6k views
How to find other end of unix socket connection?
I have a process (dbus-daemon) which has many open connection over UNIX sockets. One of these connections is fd #36:
=$ ps uw -p 23284
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME ...
1
vote
0answers
94 views
Suphp connection reset by peer in error logs
In my Linux server's logs I have this record nearly every 5 minutes. I couldn't find the reason for two weeks and I would be very happy if you can recommend me a way to diagnose the problem.
It is ...
0
votes
2answers
498 views
mysql error 2002 “cannot connect to socket”
I am having trouble with the server I'm running my trac on. I accidentally had the nightly back up going to the internal hard drive instead of the external. So it filled up, I erased the new files, ...