Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

webservice timeout

Status
Not open for further replies.

Themuppeteer

Programmer
Apr 4, 2001
449
BE
Hello,

I have a machine running a program that functions as webservice server. I can call methods from my local machine to the other (linux) machine and they work. I also have a function 'reboot'. If I call that one the machine reboots (what else? ;-)). The problem is that while its rebooting I
can not call webservices because I get a timeout error (unhandled exception)
So I should:

a) exit my client application ?
b) keep a var in memory so that no button works while its
rebooting (if I make calls and the server does not work
my application crashes :-( ). And then I should try to
poll when its back online (how??)
c) Nothing?

What do you propose?

thnx for your replys.

Greetz,
muppeteer.gif

NOSPAM_themuppeteer@hotmail.com (for mails, remove the NOSPAM_)

Don't eat yellow snow...and don't mess with your fstab!
 
aha, found it already.
apparantly C# also works with try and catch..
(its my first application) Greetz,
muppeteer.gif

NOSPAM_themuppeteer@hotmail.com (for mails, remove the NOSPAM_)

Don't eat yellow snow...and don't mess with your fstab!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top