Questions tagged [connection]

A connection generally refers to a TCP/IP connection, that is established as the result of the handshake between 2 hosts.

A connection generally refers to a TCP/IP connection, that is established as the result of the handshake between 2 hosts. But can also refer to the establishment of end to end connectivity of the underlying link layer, or a database connection, or some other data-orientated communication that proceeds after an initial negotiation phase.

757 questions
0
votes
2 answers

Windows Server 2008 occasional connection drops troubleshooting

I'm seeing occasional (2 or 3 times/day) "connection drops" on a Windows Server 2008 R2 physical server, running on a Dell R710. I use the term "connection drops" because I don't know how to describe it otherwise, but I mean the following: Server…
pHk
  • 121
  • 1
  • 4
0
votes
1 answer

connection established, waiting

I work for some administration. We are responsible for app development, I'm personnaly responsible for the software application servers (Glassfish) and there is a team which manages the infrastructure (network, load balancer, oracle db, physical…
ymajoros
  • 101
  • 3
0
votes
3 answers

how to connect to server continuously using an bad internet connetion

I have a bad Internet connection, it disconnects frequently and on reconnect, I'm assigned a different IP address by the ISP. The problem is that I connect to a remote VPS (Ubuntu), and when Internet connection is disrupted n reconnected, I can no…
Nikhil
  • 115
  • 3
0
votes
1 answer

MySQL connection doesn't work anymore

I had two MySQL servers running (127.0.0.1:3306 and 127.0.0.1:3307). Now I get this strange error: mysql_connect(): Lost connection to MySQL server at 'reading initial communication packet' I can connect with localhost:3307, but there aren't any…
0
votes
1 answer

internet connection monitor

I am looking for a tool to check my internet connection (by pinging something and/or retrieving a web page) and when the connection is lost to execute some command (sending an e-mail, resetting my router, sending a SMS). It would be nice if it also…
rve
  • 103
  • 6
0
votes
1 answer

Windows TcpNumConnections registry key

I hope this question isn't out of place here, but can anyone explain to me what the 'TcpNumConnections' registry key does? The description has me confused; I'm not sure what Microsoft means by 'connection' in 'Specifies the maximum number of…
zsuper
  • 3
  • 1
  • 2
0
votes
1 answer

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 i am not able to connect to the server via PHP.…
0
votes
1 answer

Diagnosing SQL Server 2008 Timeout After Prolonged Use

After every few days of faultless operation, the following information event pops up in my database server's event log: Process 0:0:0 (0x890) Worker 0x5C55A0D8 appears to be non-yielding on Scheduler 0. Thread creation time: 12945965386972. Approx…
Petrus Theron
  • 1,601
  • 5
  • 17
  • 24
0
votes
2 answers

Connection Refused When Trying To Connect To IRCd-Hybrid

I have a Rackspace server running Ubuntu Lucid Lynx, where I have installed an IRCd-Hybrid. I can connect to the IRC server using irssi that was installed on the same machine where the server is, but when I try to access it from my computer at home…
Nathan Campos
  • 241
  • 2
  • 11
0
votes
1 answer

D-Link DIR-300 slows down / loses network

there are 2 buildings (A and B). In bldg A is an open WLAN (which I'm allowed to use btw). In bldg B is a computer that I want to connect to that network. So I flashed an old D-Link DIR-300 AP with DD-WRT, mounted it to the wall (bldg B) near a…
basic6
  • 353
  • 3
  • 9
0
votes
3 answers

Network issues - Windows Server 2003

I am having network issues on my Windows Server 2003. I am running this test: I am pinging my server from remote location constantly (ping -t) I am pinging a stable web site from my server constantly (ping -t) Every sporadically X seconds both my…
Blokky
0
votes
2 answers

How does the MySQL connection on remote server works?

When I connect to my MySQL database locally I use: $host = 'localhost'; $db = 'myDB'; $user = 'root'; $pass = ''; When my site resides on remote server I use the following parameters to make a MySQL connection: $host = 'localhost'; $db =…
Narek
  • 245
  • 1
  • 4
  • 15
0
votes
2 answers

How to upload my files to my new vps linux server?

I just installed Ubuntu 10.04 (Lucid) x64 with LAMP on my VPS server. How can I connect to the server using FTP to upload my files?
Maxxon
  • 21
  • 2
  • 5
0
votes
1 answer

Our XServe FTP area is not allowing external access

We are a graphic design agency and therefore we work pretty much solely on MacOSX. We have an XServe server and up until yesterday was fine. We have an FTP area where we can upload files to our clients and where the printers can download files…
Dan Hanly
  • 127
  • 1
  • 10
0
votes
1 answer

how to establish connection between drupal and solr

I am working on technologies like drupal & solr.I have installed all required modules.but i need to know that how to crawl data from drupal.& how to form connector between drupal & solr.
netra
  • 1
  • 1