Coder Social home page Coder Social logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 1, 2024
My 2 cents:
NX Server need a start/stop daemon like script to clean session db. When 
something goes 
wrong you must have a way to perform a clean restart: restarting the server may 
be 
usefull to clean the db during the starting procedure. If the NX Server is not 
running 
simply there can't be session running so during the starting if db is reporting 
a 
running session, simply clean up the session or mark it as failed/error.


Original comment by jokerulez on 20 Aug 2009 at 12:50

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 1, 2024
What I did for now is a simple bash to run on startup : 

#!/bin/sh
rm -rf /usr/local/var/lib/neatx/sessions/*

But, it means that there's no way to 'resume' a session, if there's a 
crash/unplanned
reboot; i hope this would be a 'feature' in the next release(s)

Original comment by [email protected] on 20 Aug 2009 at 12:56

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 1, 2024
Of course the running/suspended sessions are lost when computer switch off, 
actually. 
In this condition there is no way to resume a session except if you are Henry 
Potter 
(^_^)

Original comment by jokerulez on 20 Aug 2009 at 1:04

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 1, 2024
jokerulez is spot on. This is already covered by
http://code.google.com/p/neatx/issues/detail?id=21 , so i'm gonna mark it as a
duplicate. Thanks,

Steve

Original comment by kormat on 23 Aug 2009 at 4:28

  • Changed state: Duplicate

from neatx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.