Web Services

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John

    Web Services

    Hi!
    I have to create a Web service.
    Can anyone give me some good references on how to make it efficient and
    effective

    Regards,
    John


  • Salvador

    #2
    RE: Web Services

    Hi,

    hmm... it depends what do you want to do, effictiveness comes with your
    objective, if your webserver accomplish your objectives as requested, so is
    not related with your webservice.

    Now, efficient it will depend on your code, if you know how to design good
    applications and how you code. No much help without examples.

    From the webservice point of view you can alter the default parameters like
    queu sizes, concurrent threads, etc, but is most related with the traffic of
    the webservice.

    You can find here some advices:

    Improving Web service performance


    cheers
    Salva

    "John" wrote:
    [color=blue]
    > Hi!
    > I have to create a Web service.
    > Can anyone give me some good references on how to make it efficient and
    > effective
    >
    > Regards,
    > John
    >
    >
    >[/color]

    Comment

    • John

      #3
      Re: Web Services

      Thanks for the response.
      Can you guide me to some basic tutorial for creating efficient Web Services


      "Salvador" <Salvador@discu ssions.microsof t.com> wrote in message
      news:3BDF27EC-EB1A-4D25-A69F-0C0B8C3D017F@mi crosoft.com...[color=blue]
      > Hi,
      >
      > hmm... it depends what do you want to do, effictiveness comes with your
      > objective, if your webserver accomplish your objectives as requested, so
      > is
      > not related with your webservice.
      >
      > Now, efficient it will depend on your code, if you know how to design good
      > applications and how you code. No much help without examples.
      >
      > From the webservice point of view you can alter the default parameters
      > like
      > queu sizes, concurrent threads, etc, but is most related with the traffic
      > of
      > the webservice.
      >
      > You can find here some advices:
      >
      > Improving Web service performance:
      > http://msdn.microsoft.com/library/de...netchapt10.asp
      >
      > cheers
      > Salva
      >
      > "John" wrote:
      >[color=green]
      >> Hi!
      >> I have to create a Web service.
      >> Can anyone give me some good references on how to make it efficient and
      >> effective
      >>
      >> Regards,
      >> John
      >>
      >>
      >>[/color][/color]


      Comment

      Working...