L
Lee
I will be building a pocket pc based app for use with our existing
appliction. The device would see a lot of use and traffic between it
and a server application could be significant at peak times.
I went through the simple webservices walkthrough and that seems like
the most straight forward way to implement this application. It would
be used on a local wireless lan, but distances from access points could
stretch and will obviously effect the bandwidth because of the signal.
I'm wondering if a binary protocol would be best for performance, but I
like the idea of a webservice since its more "open" and companies that
partner with us, like to have interfaces into our data stores. Once I
get more familiar with VS and CF I will have to do some testing. In
the meantime, I was hoping to get some broad feedback.
BTW, its not necessarily that the AMOUNT of data would be significant,
not large dataset or blobs being transferred. The number of requests
would be pretty much constant at peak times, but smaller pieces of data
(xml datasets passed as strings, I think) would be sent back and forth.
Thank you,
appliction. The device would see a lot of use and traffic between it
and a server application could be significant at peak times.
I went through the simple webservices walkthrough and that seems like
the most straight forward way to implement this application. It would
be used on a local wireless lan, but distances from access points could
stretch and will obviously effect the bandwidth because of the signal.
I'm wondering if a binary protocol would be best for performance, but I
like the idea of a webservice since its more "open" and companies that
partner with us, like to have interfaces into our data stores. Once I
get more familiar with VS and CF I will have to do some testing. In
the meantime, I was hoping to get some broad feedback.
BTW, its not necessarily that the AMOUNT of data would be significant,
not large dataset or blobs being transferred. The number of requests
would be pretty much constant at peak times, but smaller pieces of data
(xml datasets passed as strings, I think) would be sent back and forth.
Thank you,