Results 1 to 4 of 4

Thread: Overhead of WebServices Vs Remoting...?

  1. #1

    Thread Starter
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632

    Overhead of WebServices Vs Remoting...?

    I am trying to find out what the overheads are regarding using WebServices over Remoting, but I can't find anything.

    Does anyone have any info, links etc

    Woka

  2. #2
    Hyperactive Member The_Duck's Avatar
    Join Date
    May 2005
    Location
    Leamington, UK
    Posts
    351

    Re: Overhead of WebServices Vs Remoting...?

    One problem I would mention with Remoting is that there are problems with authenticating if you have a proxy setup.

    I have created both web service and remoting applications. Which one you use depends entirley upon your application

    A web service has the down side of requiring a web server in order to host your application. There are also many configuration issues to worry about if you are connecting to a database or the file system.

    Just some random thoughts

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Overhead of WebServices Vs Remoting...?

    Can you cite some configuration issues? I'm currently working with web services and will be deploying very soon, so that'd be useful to me.

    So far, I've had no problems with web services.

  4. #4
    Hyperactive Member The_Duck's Avatar
    Join Date
    May 2005
    Location
    Leamington, UK
    Posts
    351

    Re: Overhead of WebServices Vs Remoting...?

    The company I work for uses Small Business Server 2003, onto which we have deoplyed a web service. It took almost as long (if not longer imo) to configure the web service to talk to a database, as well as have permissions to talk to asp, as it did to write the application !

    Small Business Server is by default locked down quite strongly. While it did take some time to deploy the web service it is now up and running fine.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width