Posted By:
harish_gally
Posted On:
Tuesday, January 30, 2001 08:06 AM
How can you run multiple application processes on the same machine and have each of them write to separate logs? I have read that the JRE 1.1.7 can use only 2 CPUs (see article http://www.javaworld.com/javaworld/jw-08-2000/jw-0811-threadscale.html).One could circumvent the Java issue by starting separate OS-level threads. However, how would you force each process to write to different log files ? Would you have to have a different application directory structure for each process ?