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



"Kaushal Mehta" <KaushalMehta@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:5CB4ED96-08D9-436C-9D9D-8A757977C9D9@xxxxxxxxxxxxxxxx
Hi John,

Yeah. This is sort of thing I am looking for. But it is still incomplete.

I was thinking about this concept from point of view of Embedded Systems
expecially RealTime Embedded Systems where there is need to support
asynchronous transfer of control.

So far Asynchronous Transfer of Control is supported by Ada and Real Time
Java Specification (best of my knowledge).

In addition to asynchronous web services, I also want something that could
stop the thread of execution at the server if required. Similar to Timer
example I gave earlier.

So, coming again to it. If we have Timer Web Service as Server. The timer
should act accordingly to the client requirements. Like start, stop the
timer
and then fire the timeout event back to client. Consider same calculation
example that I gave earlier. Also, suppose I have 5 clients, then each one
of
them should have different instance of timer assigned for themselves. I
mean
5 clients would have 5 dedicated timers to themselves which they can use
at
their disposal.

Can something like this be possible ?

Anything is possible; some things are just more likely than others.

I don't think you're going to find Web Services useful to you. Web Services
are really not designed for realtime scenarios.

In a 30-year career, I've done many things - but realtime and process
control are two of those I've never touched, so I won't give you much more
advice. I'll only say that web services were designed for uses cases with
broad use. You, on the other hand, have a very narrow, rare, requirement.
From this point of view, I doubt that there is a reliable, fully-functional
way to do this with web services.

If you want such a mechanism, you may have to create it yourself.
--
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer


.



Relevant Pages

  • Re: Asynchronous Transfer of Control in SOA (Web Service)
    ... So far Asynchronous Transfer of Control is supported by Ada and Real Time ... In addition to asynchronous web services, I also want something that could ... If we have Timer Web Service as Server. ... should act accordingly to the client requirements. ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: How to return a user-defined data type object from a webservice?
    ... your client ... object coming from the server via the web service is in a different ... John Saunders | MVP - Windows Server System - Connected System Developer ... It's just not how Web Services works. ...
    (microsoft.public.dotnet.framework.webservices)
  • RE: Webservices, Interfaces and Polymorphism in proxy classes.
    ... I solved the type sharing between the web services tier and the client app by ... the only interface you REALLY have is the WSDL contract ... from the client to the server. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Windows Authentication, Single sign on and Active Directory
    ... web service proxy client fails to connect due to authentication failure ... the web services anyway, as it is generally important to protect any ... web server is also a member of the domain). ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: SOAP, WSIT, Im LOST, sort of...
    ... this mail based communication. ... the other side are different client application. ... WEB services and I can ... I guess I need some XML tool to receive and decode whetever ...
    (comp.os.vms)