Tagged Questions
1
vote
2answers
47 views
TCP vs UDP Error-Checking
I've bounced upon two articles that describe in-depth on how TCP and UDP connections work. However there is some kind of inconsistency. Where one article tells me that UDP does no Error-Checking at ...
0
votes
1answer
127 views
Error when starting Windows Service: Connection “actively refused”
I have used .NET to create a service installation package (msi) that, when run, installs a Windows service designed to run an instance of Apache Solr (to aid in searching from a web application). I am ...
0
votes
1answer
109 views
MySQL Server Connection Socket Error
i just compiled MySQL 5.1 on SunOS 5.11 (i think xD) and now i have some problems. I am able to start the server via
./bin/mysqld_safe &
and i can run the mysql* tool in /bin via Putty, however ...