I should have added:
> Of course, you are pushing data unencrypted over the internet, which > is usually a bad idea, not to mention REALLY inefficient. The "inefficient" is more about the use of the native SQL Serve protocol (port 1433) over the internet, and over a SLOW and usually packet-lossy and high latency connection. I'd not expect it to perform very well If you are on WIFI all the time, it'll be fine tho. But on a 3G network,the round trip time can vary from 500ms to 20,000 and back. Not good when you are expecting packets in a certain order. Encryption doesn't normally add much overhead, outside of CPU and the key setup. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
