I have a java program my developers wrote which runs as a daemon and accepts requests from other programs, on a specific port it listens on, and performs execs on the system based on action's it's told to take. Here's the problem, after a few days of operation, the daemon dies, and must be restarted. Each time it dies it seems to coincide with an exec to some program on the system, be it ls, scp, or ssh, etc. Putting the program into green_threads just causes it to crash faster. The question I have is this, does anyone know if using JDK 1.3.0_02 with a 2.4.3 kernel has any issues with threads, or execs? I know thi is off topic, but I'm having a hell of a time tracking this down. Thanks for your time and sorry for the bother. -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-796-9023 email: [EMAIL PROTECTED] _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
