hi, someone just mentioned 'print' statements used for debugging: those should be avoided as much as possible in final releases.
Some time ago, I did restart one of the freevo servers using a ssh terminal. After some time I noticed that it had crashed. The reason is that, once the ssh connection is shut down, then the stdout is closed, and any 'print' will throw an exception. So I recommend that all 'print' be commented out in the final 1.8.4 release a. ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
