Thread
:
Open Source External-Database Connection Conventions
View Single Post
jsuggs
2009-09-29 , 14:22
Posts: 103 | Thanked: 44 times | Joined on Sep 2009 @ Nashville, TN
#
8
If all you are doing is basic insert update delete of things like users and basic objects, then your performance hit will be marginal with a web API.
The more interesting question/application would be if you were manipulating LOTS of data (1000s - 100000s) of rows per transaction. Then you would have a use case that was more suited to defining a lower level communications layer...but what would that application be that was running on a phone?
General rule of thumb is to not over engineer your application.
Quote & Reply
|
The Following User Says Thank You to jsuggs For This Useful Post:
timsamoff
jsuggs
View Public Profile
Send a private message to jsuggs
Visit jsuggs's homepage!
Find all posts by jsuggs