Problem With Server Restart

Post here your questions about Actionscript and Java server side extensions development.

Moderators: Lapo, Bax

Post Reply
MrDan
Posts: 2
Joined: 18 Jul 2019, 19:04

Problem With Server Restart

Post by MrDan »

Hello Guys,
I am now working with a team on a PRO-based project
We had a problem designing admin panel that performs the Admin Tool functions
The problem is limited to doing a server restart, so we were looking for a way to do it through the extensions or through php during sendAndLoad operations without using the SmartFoxServer.getInstance() command.Restart ();
Is there a method?
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Re: Problem With Server Restart

Post by Lapo »

Hi,
no that's the only way.
Another way is to directly restart the service from the OS.

Cheers
Lapo
--
gotoAndPlay()
...addicted to flash games
MrDan
Posts: 2
Joined: 18 Jul 2019, 19:04

Re: Problem With Server Restart

Post by MrDan »

Thanks for your interest Admin Lapo,
Post Reply