Stop server thread from client



Can anyone tell me how to end a server thread from the client UI?

There is a Singleton SAO with some methods.
The client (UI) triggers one of these methods by using remoting over a
tcp channel.

Since the methods are long running I want to be able to stop them from
the UI.

Thanks

.



Relevant Pages

  • RE: Which event is appropriate....
    ... Yes, this will be a bit heavy, but not really bad, as it is all client ... MVP; ... Triggers the alert message ... > "Kevin Spencer" wrote in message ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Database notification
    ... publish/subscribe) to the client. ... MySQL supports for stored procedures. ... You would still need triggers that updates the new timestamp table. ...
    (comp.lang.java.databases)
  • Re: Database notification
    ... >>No, triggers start stored procedures on the server side, but nothing ... > publish/subscribe) to the client. ... MySQL-5.0 supports triggers, and while it doesn't yet support Java ... let people write their UDFs in Java, so relatively easily you could put ...
    (comp.lang.java.databases)
  • Which event is appropriate....
    ... My question is in which client side script event I can set the value of x = ... Triggers the alert message ... > HTH, ... > Microsoft MVP ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Best Practice - Cascade Delete?
    ... I agree on not leaving RI up to the client. ... SQL Server will not allow you to define Cascade Delete ... >>a reasonable way to roll your own using triggers? ...
    (microsoft.public.sqlserver.programming)

Loading