Themuppeteer
Programmer
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,
NOSPAM_themuppeteer@hotmail.com (for mails, remove the NOSPAM_)
Don't eat yellow snow...and don't mess with your fstab!
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,
NOSPAM_themuppeteer@hotmail.com (for mails, remove the NOSPAM_)
Don't eat yellow snow...and don't mess with your fstab!