Normal Topic Sesame Feature request (Read 435 times)
Steve_in_Texas
Senior Member
*****
Offline


No personal text

Posts: 893
Location: San Antonio
Joined: Feb 21st, 2004
Sesame Feature request
Dec 12th, 2010 at 12:32am
Print Post Print Post  
On occasion, I find that a user may try to connect to the sesame server while I'm reconciling or backing up an application. It would be great if there was a way to easily 'block' new connections from the during these 'critical' moments.

Keep up the great work, and Merry Christmas!

Steve
  
Back to top
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Sesame Feature request
Reply #1 - Dec 12th, 2010 at 6:04am
Print Post Print Post  
Steve,
You may want to look into the "-command" command line flag. It allows you to suspend a server:

sesame -command server_name password SUSPEND

This will prevent any new connections and prevent that server from accepting commands until you issue a continue command:

sesame -command server_name password CONTINUE

The "-command" flag can also issue load and unload requests so as to "freshen" a particular application. Of course, should any of your users have that application open at the time, they should probably close them and then reload them after you are done.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
Steve_in_Texas
Senior Member
*****
Offline


No personal text

Posts: 893
Location: San Antonio
Joined: Feb 21st, 2004
Re: Sesame Feature request
Reply #2 - Dec 12th, 2010 at 5:36pm
Print Post Print Post  
I should have known that you would already have a solution available! Smiley

Thanks Mark.

Steve
  
Back to top
IP Logged