One or multiple services

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

    One or multiple services

    Hi all,

    Is it better from a performace point of view to have:

    Many WebServices with a couple of web methods each

    or:

    A Couple of web services with many web methods each

    of course this is ignoring any logical groupings or actual functionality of
    the service

    Pete.
  • Ragunathan

    #2
    RE: One or multiple services

    Hi trinitypete,
    The performance is not calculated based on the number of webservices.
    You can have a same webservice and host it on multiple webservers (WebFarms).
    So you can have any number of methods and it should be grouped by
    functionality wise.

    Thanks,
    Ragu

    "trinitypet e" wrote:
    [color=blue]
    > Hi all,
    >
    > Is it better from a performace point of view to have:
    >
    > Many WebServices with a couple of web methods each
    >
    > or:
    >
    > A Couple of web services with many web methods each
    >
    > of course this is ignoring any logical groupings or actual functionality of
    > the service
    >
    > Pete.[/color]

    Comment

    • Ragunathan

      #3
      RE: One or multiple services

      Hi trinitypete,
      The performance is not calculated based on the number of webservices.
      You can have a same webservice and host it on multiple webservers (WebFarms).
      So you can have any number of methods and it should be grouped by
      functionality wise.

      Thanks,
      Ragu

      "trinitypet e" wrote:
      [color=blue]
      > Hi all,
      >
      > Is it better from a performace point of view to have:
      >
      > Many WebServices with a couple of web methods each
      >
      > or:
      >
      > A Couple of web services with many web methods each
      >
      > of course this is ignoring any logical groupings or actual functionality of
      > the service
      >
      > Pete.[/color]

      Comment

      • Khamal

        #4
        RE: One or multiple services

        Hi trinitypete...
        I' agree with Ragunathan.... the concern now is how you wanted to manage the
        webservice, one or multiple is better. For me i will divide the webservice
        base on "subject" or "tittle". A bit easy to document and understand in
        future...
        --
        :: KHAMAL ::


        "trinitypet e" wrote:
        [color=blue]
        > Hi all,
        >
        > Is it better from a performace point of view to have:
        >
        > Many WebServices with a couple of web methods each
        >
        > or:
        >
        > A Couple of web services with many web methods each
        >
        > of course this is ignoring any logical groupings or actual functionality of
        > the service
        >
        > Pete.[/color]

        Comment

        • Khamal

          #5
          RE: One or multiple services

          Hi trinitypete...
          I' agree with Ragunathan.... the concern now is how you wanted to manage the
          webservice, one or multiple is better. For me i will divide the webservice
          base on "subject" or "tittle". A bit easy to document and understand in
          future...
          --
          :: KHAMAL ::


          "trinitypet e" wrote:
          [color=blue]
          > Hi all,
          >
          > Is it better from a performace point of view to have:
          >
          > Many WebServices with a couple of web methods each
          >
          > or:
          >
          > A Couple of web services with many web methods each
          >
          > of course this is ignoring any logical groupings or actual functionality of
          > the service
          >
          > Pete.[/color]

          Comment

          Working...