Refers to a web, database, or web service (API) connection used to transfer data between two endpoints.
6
votes
0answers
821 views
Zend Framework 2 Microsoft SQL Server 2008 DB connection
I tried out Zend Framework 2 skeleton application and its working fine in
Zend Server 5.6 (PHP Version 5.4.0 apache 2.2.21 MYSQL 5.0.10). But i want Zend Framework 2 to connect with MS SQL 2008. I ...
4
votes
0answers
106 views
Connection to memory (R)
I have to repeatedly serialize (big) R objects. To avoid repeated garbage collecting of the resulting raw vectors (after profiling, it turns out that half of my script running time is spent in gc!) ...
4
votes
0answers
109 views
Force html5 appcache to load on bad connection
I created a webapp with offline application cache which is working fine in flight mode, but when i'm on a bad connection it keeps on trying to load the normal site because the connection is not ...
4
votes
0answers
265 views
Using WCF to wrap an existing connected stream
I have both ends of a bi-directional connected Stream, which I want to do some communication over. The underlying implementation behind the stream isn't important, I want to work at the Stream ...
4
votes
0answers
979 views
NSPOSIXErrorDomain Code=61 “The operation couldn’t be completed. Connection refused”
I have a strange problem sending more than one file on FTP server via WiFi network in a specific environment. I use my own, self-made ftp client (made on sockets).
When I test the transfer sending ...
3
votes
0answers
134 views
Connection refused while web scraping using HTMLUnit
I am trying to build a java application to scrape a website using HTMLUnit. After extracting some data the application encounters following exception -
java.lang.RuntimeException: ...
3
votes
0answers
155 views
What is Chrome's behavior when no Connection header is set for SSL connections?
My server is not sending back a Connection header for a SSL page and I
am noticing that the connections are getting closed after each use
instead of being kept alive.
...
3
votes
0answers
241 views
Is it possible to close/manage a SSL connection/session on IIS?
I'm trying to find out if there is some sort of API or control from IIS to allow me to somehow control the SSL session like for instance close the session, or ask for re-authentication.
Bottom line ...
3
votes
0answers
1k views
XMPP strophe Connection attach process failed
I'm able to create a XMPP connection on page load. However whenever I move to another pages, I want to use the same connection to remove recurring notifications in client. I've used following code.
...
3
votes
0answers
523 views
Getting Connection timeout in OCCI
I need to test the connectivity if the Oracle::OCCI::Connection, and how can i get and set the connection timeout value? i read the documentation of Oracle OCCI but i can't find the required ...
2
votes
0answers
45 views
Roving Networks RN240 Bluetooth Adapter - AT Command Get Connection Status (GK) Returning “4”
We have a custom embedded device that uses Roving Networks' RN240 bluetooth adapter on an RS232 port to communicate with another device via bluetooth. It is working well, but I am attempting to ...
2
votes
0answers
92 views
Broadcast Receiver calles twice
Trying to check Internet connection in my app.
There is a code of my manifest:
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission ...
2
votes
0answers
52 views
Image connection time javascript
I played around with a bunch of images that with that are loaded from within a javascript like so:
albumArray[16][214] = new Image();
albumArray[16][214].src = 'dalb214.png';
I am replacing these ...
2
votes
0answers
409 views
Android DefaultHTTPConnection with Keep-Alive does not reuse TCP connection
I am trying to reuse HTTP connections with Keep Alive. The server supports Keep Alive, I send the Connection: Keep-Alive HTTP headers and still the connection is FIN (initiated by the Android client) ...
2
votes
0answers
116 views
Why do Apple's SimplePing pings succeed on an iphone in AIRPLANE MODE?
I'm pinging "google.com" using Apple's SimplePing example: http://developer.apple.com/library/mac/#samplecode/SimplePing/Introduction/Intro.html
The pings succeed also when I set the iphone to ...
2
votes
0answers
99 views
Connection sharing in JCA glassfish
I have a misunderstanding regarding the connection handle sharing in JCA.
I want to know if the connection sharing only happens during a phase of transaction ( multiple components call ) or the ...
2
votes
0answers
187 views
InternetCheckConnection returns true after one successful test
Platform: WPF (.NET 4.5).
In order to check Internet connection as fast as it's possible I use this function:
[DllImport("wininet.dll")]
public extern static bool ...
2
votes
0answers
192 views
PHP Soap connection resetting instantly with no response
I'm fairly new to PHP Soap but I believe I have a handle on it. My issue is odd, I have installed the soap-php module on my Apache/cent OS server. After some playing I was able to connect to a public ...
2
votes
0answers
3k views
No connection could be made because the target machine actively refused it 127.0.0.1:56789
I am facing an issue with my socket connection. I have a web Service in Project and It connect to a service installed in the same server. The Service is getting crashed and it has successfully ...
2
votes
0answers
266 views
Warning: PDO::__construct() [pdo.--construct]: MySQL server has gone away , even with persistent connection
I used PDO in my application to work with MySQL. I have set its connection persistent. But when I'm switching between my IDE and browser to test the project, sometimes I get error below:
...
2
votes
0answers
202 views
Android L2TP connection to server
This is my letter of hope. I'm using android 4.* to create a l2tp connection to the server. The problem is in authorization. I have a server key , user login and password. I search any solution along ...
2
votes
0answers
299 views
websocketpp/boost: SIGSEGV on endpoint.get_connection(uri)
I'm working on a loadtest app in C++ which is intended to test - among other things - the streaming capabilities of our audio servers. For this client, I'm using websocketpp and followed this example.
...
2
votes
0answers
491 views
Memcache_connect Connection timed out
I get 10 to 20 of these errors all within 1 second of each other:
Memcache_connect Connection timed out
This happens several times a day, on a server with about 2500 daily active users, 1GB of ...
2
votes
0answers
263 views
iPhone GPS background Tracking and Data Update from Internet
I got a little question that prevent me to design an Application.
I know that on the iOS 4.0 you can run GPS tracking while the application is in background state but what if I need to send some ...
2
votes
0answers
472 views
setting connection timeout in android
I am using some web services in android in which I want that if response is not coming within 1 minute it should show some alert dialog that internet is not available.
I am using connection timeout as ...
2
votes
0answers
503 views
Odbc open connection timeout
I'm having an issue with Odbc connection.Open() , everything was working fine with the code below until it started to freeze in high latency - bad connections.
I'm using TMnetsim as a tool to ...
2
votes
0answers
1k views
How can I receive Multicast messages on Android?
I've got a very simple draw application on my PC that stores points and draws an oval for each point.
I'm trying to send this to an android application that will receive coordinates for each point ...
2
votes
0answers
2k views
Xcode: Check network connection
How would I display a certain image depending on whether the iOS device is on the Edge or E networks? This is basically an image which would notify the user that they have bad internet connection.
...
2
votes
0answers
821 views
Java FTP upload
I got this issue that is bothering me for a week now,
I'm trying to upload a file xml with ftp using java, nothing too fancy.
After a few web serch i decided to use the ftp4j pack wich, according to ...
2
votes
0answers
223 views
Database Connections Timing Out (Connection Pooling On Tomcat)
My dB connections are constantly timing out. I looked through some of the solutions people have offered to this, and have implemented them, but nothing has worked out till now. Any new thoughts, will ...
2
votes
0answers
596 views
problem, how to start Android Bluetooth Socket connection?
i want to implement an app where i can send data(object/file) through bluetooth Socket programming,, but m not getting the way where to start,
i have created
private ArrayAdapter<String> ...
2
votes
0answers
141 views
Check if display is powered on
Is there a way to check if display is powered on in linux. I tried xrandr and xset but none of these two give me if any information about monitor power. using xrandr we can identify if the vga cable ...
2
votes
0answers
988 views
How do I kill “ActiveMQ Transport” threads after interrupting JMS MessageConsumer.receive()
I have a class that acquires an ActiveMQ connection using ActiveMQConnectionFactory.createConnection().
It then creates and owns the session, the destination and the consumer (queue) listening on that ...
2
votes
0answers
884 views
Database Connection Management in a Multi-Thread Service
I made a windows service that listens to a port(using HttpListner) and accepts XML Repuest and once the request is valid it connects to a database (usually on the same pc) and construct the xml ...
2
votes
0answers
347 views
MySQL datetime error in Toad
Toad complains: "Unable to convert MySQL date/time value to System.DateTime" when trying to display data in a table on a remote linux mysql database. This same issue is addressed here:
stackoverflow ...
2
votes
0answers
321 views
SIlverlight concurrent connection limitation
I've built a Silverlight 4 application that loads a collection of images, and organizes the images into 'levels'. When the application loads, the default number of levels is 2, but the user is allowed ...
2
votes
0answers
713 views
Why is my connection reset using Telerik Editor and DotNetNuke CMS?
I am trying to upload a video in DotNetNuke CMS using Telerik Editor.
But I keep receiving this error
The connection was reset
The connection to the server was reset
while the page was ...
1
vote
0answers
25 views
Android AsyncTask connection refuses emulator + Mamp
I want to read JSon from a local web server in my android Application.
This is my code :
public class MainActivity extends Activity implements OnItemClickListener {
HttpClient client;
JSONObject ...
1
vote
0answers
17 views
How to change the credentials that get used when using CRM for outlook?
I am trying to use the CRM for outlook plugin from outside our domain. Using CRM online is not an option. The web application is accessible from outside the network - using an https binding. When I am ...
1
vote
0answers
38 views
Approach to make a C++ - MySql Connection
I am new to MySql - C++ connection. I looked for some tutorials and came across ones similar to this i.e. ones using mysql_real_connect
MYSQL* connect;
connect = mysql_int(NULL);
...
1
vote
0answers
17 views
poist via open graph fail
i'm tried topost via opengraph by using request.executeAsync() but sometimes(very low rate) i get response :
{Response: responseCode: unknown, graphObject: null, error: {HttpStatus: -1, errorCode: ...
1
vote
0answers
35 views
using the mysqli_connect() for php
I am writing code for PHP / MySQL for my website. I have it setup where
$connect = mysqli_connect("HOSTNAME","username","password","Database");
the content above is replaced. When I have it on my ...
1
vote
0answers
12 views
connection re established in Service class
I have created a chat application. My Service has a connection which I used in my application. when an incoming message arrives then it proves that Service class's connection with the server is alive. ...
1
vote
0answers
91 views
using javascript to check internet connection
What I am trying to do is check for internet connectivity, and if it cannot connect it tries again a few times. The code I am using currently to check is found https://gist.github.com/fryn/943537, as ...
1
vote
0answers
56 views
How to detect a usb host connection on a usb device system in C?
I am pretty new to Linux so I apologize if I will ask some really simple stuff.
I am working on a custom board with SAM9G25 and Angstrom distribution as operating system.
The board as to act as a USB ...
1
vote
0answers
35 views
how to stop a NSRunLoop
i have a connection in a thread, so i add it to run in a loop to get all data:
[[NSRunLoop currentRunLoop] run];
[connection scheduleInRunLoop:[NSRunLoop currentRunLoop] ...
1
vote
0answers
248 views
org.hibernate.util.JDBCExceptionReporter - Connection has already been closed
Getting the error below while saving an object. Could anyone please let me know this log stands for -
2013-04-25 01:22:44 [ajp-bio-8009-exec-3908] ERROR ...
1
vote
0answers
145 views
Arduino Ethernet shield not connecting to a website
I am trying to send data to a local server using the code below:
The server does not receive the data through the Ethernet shield. It says it connects successfully.
I have pinged Google with the ...
1
vote
0answers
533 views
Android Google Analytics connection to service failed
I've implemented Google Analytics (V2) into my Android app. A while ago the code managed to send data to the profile (V2) succesfully. However now it refuses to connect to the service:
04-09 ...
1
vote
0answers
17 views
Hosting or site with simple API(without authentification and sessions) for posting/getting text messages
Could you please recommend some free hosting or existing site, which have simple API for posting and getting text messages?
In my case, I want transfer(unreliably) short text messages between two PC, ...

