Asynchronous Transfer of Control in SOA (Web Service)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?S2F1c2hhbCBNZWh0YQ==?=

    Asynchronous Transfer of Control in SOA (Web Service)

    Hi,

    I was reading about asynchronous transfer of control in Real Time Java
    Specification.

    I am wondering if there is any way we can do similar thing with Web Services
    in Service Oriented Architecture.

    Please let me know your opinion.

    Regards,
    Kaushal Mehta
  • John Saunders [MVP]

    #2
    Re: Asynchronous Transfer of Control in SOA (Web Service)

    "Kaushal Mehta" <KaushalMehta@d iscussions.micr osoft.comwrote in message
    news:48C0C43B-B6DC-4E8B-8863-63F1A24A9364@mi crosoft.com...
    Hi,
    >
    I was reading about asynchronous transfer of control in Real Time Java
    Specification.
    >
    I am wondering if there is any way we can do similar thing with Web
    Services
    in Service Oriented Architecture.
    >
    Please let me know your opinion.
    Since I don't know what "asynchrono us transfer of control" is, I can't tell
    why you would want to use it in an SOA. Perhaps you could tell us why you
    want to use it in an SOA.
    --
    --------------------------------------------------------------------------------
    John Saunders | MVP - Windows Server System - Connected System Developer


    Comment

    • =?Utf-8?B?S2F1c2hhbCBNZWh0YQ==?=

      #3
      Re: Asynchronous Transfer of Control in SOA (Web Service)

      Hi John,

      I was considering following scenario

      I have some time consuming math function that tries to converge the
      calculation as web service at server. There is client web service that wants
      to use this calculation function but wants the approx result calculated after
      10sec.

      So, what I want is the client service should start timer for 10 sec and call
      the server service to perform calculation. But after 10 sec, it should
      interrupt the calculation at the server side and get back the converged
      result to the client.

      I have not seen any such example with .Net SOA Framework.

      Could you please let me know if this kind of scenario could be possible ?

      Let me know if you need any further information.

      Regards,
      Kaushal Mehta.

      "John Saunders [MVP]" wrote:
      "Kaushal Mehta" <KaushalMehta@d iscussions.micr osoft.comwrote in message
      news:48C0C43B-B6DC-4E8B-8863-63F1A24A9364@mi crosoft.com...
      Hi,

      I was reading about asynchronous transfer of control in Real Time Java
      Specification.

      I am wondering if there is any way we can do similar thing with Web
      Services
      in Service Oriented Architecture.

      Please let me know your opinion.
      >
      Since I don't know what "asynchrono us transfer of control" is, I can't tell
      why you would want to use it in an SOA. Perhaps you could tell us why you
      want to use it in an SOA.
      --
      --------------------------------------------------------------------------------
      John Saunders | MVP - Windows Server System - Connected System Developer
      >
      >
      >

      Comment

      • John Saunders [MVP]

        #4
        Re: Asynchronous Transfer of Control in SOA (Web Service)

        "Kaushal Mehta" <KaushalMehta@d iscussions.micr osoft.comwrote in message
        news:D6388DC6-86AD-430D-84F9-F84171B7CABE@mi crosoft.com...
        Hi John,
        >
        I was considering following scenario
        >
        I have some time consuming math function that tries to converge the
        calculation as web service at server. There is client web service that
        wants
        to use this calculation function but wants the approx result calculated
        after
        10sec.
        >
        So, what I want is the client service should start timer for 10 sec and
        call
        the server service to perform calculation. But after 10 sec, it should
        interrupt the calculation at the server side and get back the converged
        result to the client.
        >
        I have not seen any such example with .Net SOA Framework.
        >
        Could you please let me know if this kind of scenario could be possible ?
        >
        Let me know if you need any further information.
        That doesn't sound like the kind of thing that web services were created
        for, at all. They're not meant for any sort of interactive scenario,
        instead, they are geared toward a request/response scenario.

        May I ask you for some references to where this concept comes from? Since I
        can't imagine why this is a good idea, I should probably defer to those with
        a better imagination than mine.
        --
        --------------------------------------------------------------------------------
        John Saunders | MVP - Windows Server System - Connected System Developer


        Comment

        • John Saunders [MVP]

          #5
          Re: Asynchronous Transfer of Control in SOA (Web Service)

          "Kaushal Mehta" <KaushalMehta@d iscussions.micr osoft.comwrote in message
          news:48C0C43B-B6DC-4E8B-8863-63F1A24A9364@mi crosoft.com...
          Hi,
          >
          I was reading about asynchronous transfer of control in Real Time Java
          Specification.
          >
          I am wondering if there is any way we can do similar thing with Web
          Services
          in Service Oriented Architecture.
          I found an article that is about the sort of thing you may be talking about.
          Can you confirm that this is what you had in mind?

          This article discusses the need for asynchronous services when you build an application using a service-oriented architecture. Building asynchronous services can get complicated, but is made straightforward using Service Component Architecture (SCA). The steps involved in using SCA to create an asynchronous service and asynchronous service client are described in this article.


          --
          --------------------------------------------------------------------------------
          John Saunders | MVP - Windows Server System - Connected System Developer


          Comment

          Working...