PC Review


Reply
Thread Tools Rate Thread

Application design Advice

 
 
=?Utf-8?B?Um9iIFM=?=
Guest
Posts: n/a
 
      10th May 2005
I have a specification to do some very simple stuff on a PDA.

Basically, it will need to:

(all over gprs)

1) Receive jobs over from our server
2) Send back certain information about those jobs (ie. dates etc)

Would you use sockets for this or web service?

At the moment i'm using sockets and while it's OK it's a bit of a pain
opening the correct gprs connection and sending and receiving data..etc...

I'm thinking web services might be good because it will automatically dial
the gprs and it avoids sockets altogether.

Any opinions out there?
 
Reply With Quote
 
 
 
 
Lebesgue
Guest
Posts: n/a
 
      10th May 2005
If the application is not performance critical and you want to develop it
faster, use webservices.
There is some overhead with XML serialization and delays, but development
process is made very simple.
When using sockets, you get more performance, but many possible
implementation problems you have to deal with.

"Rob S" <(E-Mail Removed)> wrote in message
news:3E2DE25B-8ED3-4FA5-A6F6-(E-Mail Removed)...
> I have a specification to do some very simple stuff on a PDA.
>
> Basically, it will need to:
>
> (all over gprs)
>
> 1) Receive jobs over from our server
> 2) Send back certain information about those jobs (ie. dates etc)
>
> Would you use sockets for this or web service?
>
> At the moment i'm using sockets and while it's OK it's a bit of a pain
> opening the correct gprs connection and sending and receiving data..etc...
>
> I'm thinking web services might be good because it will automatically dial
> the gprs and it avoids sockets altogether.
>
> Any opinions out there?



 
Reply With Quote
 
Steve B.
Guest
Posts: n/a
 
      10th May 2005
think about SQL Ce with merging replication.

It is quite ligth concerning acually transfered data and facilitate offline
scenarios.


"Lebesgue" <(E-Mail Removed)> a écrit dans le message de news:
(E-Mail Removed)...
> If the application is not performance critical and you want to develop it
> faster, use webservices.
> There is some overhead with XML serialization and delays, but development
> process is made very simple.
> When using sockets, you get more performance, but many possible
> implementation problems you have to deal with.
>
> "Rob S" <(E-Mail Removed)> wrote in message
> news:3E2DE25B-8ED3-4FA5-A6F6-(E-Mail Removed)...
>> I have a specification to do some very simple stuff on a PDA.
>>
>> Basically, it will need to:
>>
>> (all over gprs)
>>
>> 1) Receive jobs over from our server
>> 2) Send back certain information about those jobs (ie. dates etc)
>>
>> Would you use sockets for this or web service?
>>
>> At the moment i'm using sockets and while it's OK it's a bit of a pain
>> opening the correct gprs connection and sending and receiving
>> data..etc...
>>
>> I'm thinking web services might be good because it will automatically
>> dial
>> the gprs and it avoids sockets altogether.
>>
>> Any opinions out there?

>
>



 
Reply With Quote
 
=?Utf-8?B?Um9iIFM=?=
Guest
Posts: n/a
 
      10th May 2005
Right ok i see...

Unfortunately the application does need to run as fast as possible and it
needs to be cost efficent as well, i'm not sure how much extra data it would
send if it was using web services.

Looks like i'm stuck with sockets and their problems.

Thanks

"Lebesgue" wrote:

> If the application is not performance critical and you want to develop it
> faster, use webservices.
> There is some overhead with XML serialization and delays, but development
> process is made very simple.
> When using sockets, you get more performance, but many possible
> implementation problems you have to deal with.
>
> "Rob S" <(E-Mail Removed)> wrote in message
> news:3E2DE25B-8ED3-4FA5-A6F6-(E-Mail Removed)...
> > I have a specification to do some very simple stuff on a PDA.
> >
> > Basically, it will need to:
> >
> > (all over gprs)
> >
> > 1) Receive jobs over from our server
> > 2) Send back certain information about those jobs (ie. dates etc)
> >
> > Would you use sockets for this or web service?
> >
> > At the moment i'm using sockets and while it's OK it's a bit of a pain
> > opening the correct gprs connection and sending and receiving data..etc...
> >
> > I'm thinking web services might be good because it will automatically dial
> > the gprs and it avoids sockets altogether.
> >
> > Any opinions out there?

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Design Advice for System Status Application a_wahoo Microsoft Dot NET 0 12th Feb 2008 06:53 PM
I set my Web application in offline mode ,but I still can not reopen this application without active network link.Who can give me any advice about it ? msvs@newhua.com Microsoft Dot NET Framework 4 20th Jul 2006 10:51 AM
I set my Web application in offline mode ,but I still can not reopen this application without active network link.Who can give me any advice about it ? msvs@newhua.com Microsoft Dot NET 0 19th Jul 2006 01:43 AM
Advice On Server-Client Application Design Randy Cox Microsoft VB .NET 2 31st May 2005 01:43 PM
Plugin Application Design Advice Dave Weber Microsoft C# .NET 6 16th Mar 2005 08:17 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:48 AM.