data-transfer

Which method uses less data transfer?

mothod 1: send audio&video through one file(swf). like in chatroullette/bambuser. method 2: using msn messenger/yahoo messenger/skype to recieve webcam and voice. which one uses less data transfer(download bandwith) the reason why I ask this: my mom talks alot to her journalists friends in Afghanistan. And the internet speed in there ...

Easy Transfer Cable .NET

Hi I have searched the web intensly for the last days trying to find some information regarding the use of the Easy Transfer Cable in .NET, this search has came up with little result. So I wondered if any one here has some experience using this cable in .NET I'm looking for: * Some general info such as the protocol, dataflow, formats ...

Transfer data from partner continuously

I’ve been tasked with a implementing a system for continuously receiving large amounts of data from a partner. The data schema on the partners’ side is different from ours, so some transformation has to take place when the data is received and imported into our database. What’s the best approach to solve this task? I have some control ...

Poor man's SQL pipeline service for SQL express 2008 R2

Hi everyone, I have a basic/simple need to create a pipeline transfer process from one SQL express 2008 database to another server (equally SQL 2008 express). Basically: I have one table on SERVER A which has data coming in, and a default field called 'downloaded' which is again, by default set to 'N' I have the same table schema on ...

ASP.NET amount of data transfered with a repeater really high

I was busy implementing a repeater in an ASP.NET 4.0 to display data that I got from the database, I didn't start with building in paging so at the start allot of data was transfered. I filled a datatable and bound it as the datasource of my repeater. I noticed the following, while the page was busy loading 4000 records(way to much ofc)...

is it possible to download a file in my iphone throuh email

I am working on an application in which i write to an xml file and then send it through email and at the reciever end the receiver recives it in his/her inbox and download the file to the iphone and then open the same app on his phone and browse to this file and by clicking sync button the progra should parse the tags in the xml file. Ev...

Transfer associated data to another DB

Hi, i need to transfer data from one SQlite3 database to another, preserving all the associated records. For example, Person has many messages, each message has many attachments. I need to transfer, say only "Person1" and "Person2" with all messages, belonging to them and with all attachments, belonging to each message. I've heard ab...

What is the best way to transfer an object between two iOS devices running the same app?

I'm trying to give my iOS app the ability to transfer an object to another iOS device running the same app. The object is on the order a few thousand KB of memory. Does anyone have a suggestion as to how to do this? I am considering using FTP, but that seems a little messy. Does anyone have any suggestions on possibly using GameKit? ...

Logging into and communicating with a server from an iOS app...help!!

Hey everyone. I have a fair amount of experience developing iOS apps, but nothing much with web/server interacting apps. For a project at work, I am making an app that will let you login, and get pictures off from a server that will then be downloaded for display and review on the local device. I need to get some pointers on the correct...

Sending POST data without form

Can i send for example a string or another piece of information to another .php file without it being exposed [thus not by GET but by POST conform to what i know] without using a form? ...

What's the best practice for transferring huge binary files with ASP.NET ?

Consider an ASP.NET page with this code: while (read) { Response.OutputStream.Write(buffer, 0, buffer.Length); Response.Flush(); } The application should be highly performance-tuned and handle thousands on concurrent requests and the main purpose is transferring huge binary file to clients over high speed connections. I can do t...

Using shader for calculations

Is it possible to use shader for calculating some values and then return them back for further use? For example I send mesh down to GPU, with some parameters about how it should be modified(change position of vertices), and take back resulting mesh? I see that rather impossible because I haven't seen any variable for comunication from ...

The Best Way For Transfer Data From One DataBase (sql server 2008) To Another db(sql server 2008) With Different Schema....

hi my dear friends : what is the best way For Transfer Data From One DataBase (sql server 2008) To Another db(sql server 2008) With Different Schema? is there a program for doing that ? thanks 4 your future asnwer best regards ...

How can I optimize my xml output so that the data transfer time be lower?

HI, I have a cron that calls a basic API URL. The output is xml so I use php's file_get_contents() to get the data to process. My question is, Does the output format of the xml make a difference in the transfer time from one server to another? The cron is running every ten minutes and I don't want the crons to overlap at some point bec...

What would be Google Maps data transfer limit?

Good morning does anybody know what is the daily data transfer limit when we are not using an API key for Google Maps embedded in your website? Thanks in advance I saw google map api documentation and there is a property called : google.maps.GeocoderStatus.OVER_QUERY_LIMIT -> indicates that you are over your quota. When would I be o...