Ask a Question related to ASP.NET Web Services, Design and Development.
-
Liam #1
Keeping server-side object alive
I'm trying to wrap a protocol behind a web service, the problem is that
part of this protocol involves a thread that waits for asynchronous
events and replies to commands - one of those events is to indicate if
you have successfully logged on.
This thread needs to run for the lifetime of the session. I can keep
the object alive, but as soon as the startup/login web method ends the
event thread dies with it so I don't get any more messages.
Is there a way to keep an object alive with threads running in a web
service or will I have to start looking into remoting (or any other
solution appreciated!).
--Liam.
Liam Guest
-
Live streams keeping alive
Hello, I'm using HTTP Administration API to poll for a list of live streams and their status (getLiveStreams, getLiveStreamStats). I'm doing it... -
remote object to singleton object(server side)
how can I use a RemoteObject when the remote object in the server side is a singleton (this means that there is no public constructor in the remote... -
Keeping a session alive
If I create a session on page 1, like this: <cfif IsDefined ("Form.txtFirstName")> <cfset Session.first_name=#FORM.txtFirstName#> <cflocation... -
Controls with a client side onLoad function or seting a cursor server side
Is there any way to create a web control that calls a client side onLoad function? Its diffucilt since you are not able to access the form or... -
HELP,how to know the SMTP server is correct and alive?
Dear all, I want to use the perl module,NET::SMTP, to know wheather the SMTP server is alive. How can I do? For example, if I want to know that...



Reply With Quote

