The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
10 views

VMware EXSI server packet loss when multi EXSI servers connect on the same switch [closed]

I have two PCs installing with VMware EXSI 5.1. CPU: I7-3770 RAM: 16G NIC: Intel 8391GT 10/100/1000Mbps IP: static IP When I just connect one EXSI server on the switch, I can ping it without ...
0
votes
0answers
78 views

Data Loss TCP/IP in C

In a client server model, the queued message is lost when the same client socket descriptor is used for both transmission and reception. I am using TCP/IP communication protocol and it is done in C ...
1
vote
0answers
58 views

Android ICS has a delay with detecting network loss. Is there a way to fix this?

When using Android with ICS there is a delay of about 3-4 seconds with BroadcastReceiver response. Although I disconnect 3G and wifi a http request which happens right after occurs before ...
0
votes
0answers
93 views

Asp.net User Control output caching loss of cached data

I have a very busy website in IIS7 asp.net V4. On the home page, several user control, cached, like this : <%@ OutputCache VaryByParam="none" VaryByCustom="CMS_LINK_CACHE" Duration="1200" %> ...
1
vote
0answers
132 views

OpenGL ES context loss with LibGDX

I am working on an app using LibGDX, and I am tackling some of the various issues that result from context loss when the user leaves the app and returns to it. In general, this is not much of a ...
0
votes
0answers
66 views

Uploadify Clearing Session

I am using the new uploadify (3.1) Flash version for compatibility reasons. I have run into what seems to be a common issue where sessions are cleared once the plugin is loaded. I have tried the ...
1
vote
1answer
304 views

RAW socket send: packet loss

During the RAW-socket based packet send testing, I found very irritating symptoms. With a default RAW socket setting (especially for SO_SNDBUF size), the raw socket send 100,000 packets without ...
1
vote
2answers
82 views

pointer is freed but valgrind says it isn't

I freed a pointer that I made, but Valgrind still reports that I've lost bytes, so I'm not really sure how to approach it. The code in question Is: listNode* temp = ...
0
votes
0answers
94 views

How to ensure no message is lost on ejabberd due to broken socket connection

I have deployed the latest version of ejabberd on an Ubuntu server. The problem I am facing is my client is smartphone based and in case of network disruption like picking up a call(on 2g) there is ...
1
vote
0answers
126 views

Counting RF packet loss with interference, parsing with Python

I'm parsing, with Python, data files from RF sensors that save packets with sequence numbers and time stamps. I need to count for lost packets and ignore packets from interference (packets out of ...
0
votes
0answers
57 views

Router seems to be discriminating small packets

I wrote a program that sends UDP datagrams of size 1500 Bytes and 100 Bytes. They are sent in the pattern of one large, one small, one large, one small....No fragmentation happens at IP layer. But ...
0
votes
0answers
80 views

HTTP and FTP requests fail at 99% [closed]

we are having a bit of dificulties with our servers. The thing is. Our internet works great normally and we cancode hapily ever after usually... But last 2 days it is a night mare... all our servers ...
0
votes
1answer
70 views

When logging into Facebook through application the page refreshes

The first page of the application passes a value over to the next page using a text box. If the user isn't logged in then it will display a login link that will allow them to do so. Whenever they ...
4
votes
3answers
1k views

app data loss on version upgrade

although this is an older question to ask, but i didn't got any suitable solution for this. That's why i am asking for help about this issue. I have an iphone app, which contains a sqlite db in it's ...
2
votes
0answers
329 views

GitHub Disaster: Undo A Revert?

I was using the visual editor for GitHub and was ready to commit changes to the master branch of my project. However, when starting the visual editor, it would instantly popup with a message that ...
1
vote
1answer
467 views

How to recover bluetooth packet loss?? Android

I'm currently creating an Android App where it collects data through bluetooth and draw a real time graph but it seems like after short while there is packet loss and graph comes out weird. I've been ...
2
votes
1answer
70 views

PHP mobile data collectors

I work in a port company that develops software to manage port operations. I am currently developing a project for data collectors. Data Collector is a portable device used to collect information, ...
1
vote
2answers
2k views

MySQL Dump Limit? MySQL overall database size limit?

Client just had ~1000 rows of data (most recent, of course), just go missing in one of their tables. Doing some forensics, I found that the "last_updated_date" in all of their other rows of said table ...
1
vote
2answers
239 views

Downloading an unsigned or unproperly signed apk file caused loss of data

Background: * I am new to developing for Android but I am a programmer/front-end web developer so I'm not totally new to this sort of thing * My personal phone is the Samsung Droid Charge, on Verizon ...
1
vote
1answer
511 views

PHP/Smarty - Random Session data loss between 2 pages

First of all I apologize if my english is not perfect, this is not my native language. I'm facing the weirdest issue I've ever seen with PHP. I will try to be really exhaustive because each detail ...
9
votes
3answers
1k views

Average UDP packet loss and packet re-ordering

I'd like to garner fellow SO'ers experience with regards to the issue of UDP packet loss (or drop-out). Initially my understanding is that given direct point to point connections where the NICs are ...
0
votes
0answers
357 views

iPhone Notification on Bluetooth Connection/Connection loss

is there a kind of message the iOS sends when a Bluetooth device connects or disconnects? Like a broadcast Intent in Android? I'm looking for something like this, so i don't have to check in regular ...
1
vote
2answers
339 views

Ajax Codeigniter variable problem

I have a question, and I don't know if I'm posting it on the right place of the forum. I'm trying to do a form with Ajax to count my clicks through Ajax. But the problem is that every time I do a ...
2
votes
2answers
2k views

Android: 3G to WIFI switch while in the middle on the app = loss of network connectivity

I am running into a annoying problem with HTC Legend (Android 2.2). Not seeing this issue on Xperia, Galaxy, Nexus, etc. When I launch my app on a 3G connection, fetch some data, then go into phone ...
1
vote
6answers
3k views

Java Datagram Sockets not receiving packets

I'm attempting to use Java Datagrams to create a packet stream between server and client. The problem is that, although I receive confirmation that packets are being sent, they are all lost before ...
1
vote
1answer
687 views

How to handle power-failure in WinCE?

I've got a WinCE device powered over ethernet (PoE) and I want to prevent File-System corruption following a potential power loss, e.g. user pulling the plug. As a side note, I'm already using ...
0
votes
4answers
853 views

fflush and 'no disk space left'

I'm writing a program, some kind of database. While I was reading manual of fclose(3) I found that it calls fflush(3) to flush FILE* buffers to disk (actually to OS buffer, but it doesn't matter right ...
0
votes
0answers
430 views

C#, Win CE 4.2, Write file, power loss

I'm using C# & the compact framework on an embedded device to log data to a compact flash card. Because data integrity is of upper most importance, I'm wondering how to write the data to the flash ...
1
vote
1answer
426 views

How to deal with color loss on GDI+ Image Resize?

I am resizing images with C#/GDI+ using the following routing bmpOut = new Bitmap(lnNewWidth, lnNewHeight); Graphics g = Graphics.FromImage(bmpOut); g.InterpolationMode = ...
1
vote
1answer
526 views

winsock missing data c++ win32

I am writing an application that needs to send data over a network. I have the application completed but there is a problem with sending the data. Every time I send a piece of data, it is cut off ...