Reverted the forked process model changes after finding out that

they needed to be more involved (Each child process needed to
initialize the JVM) and because it introduced a whole set of
new problems that were not acceptible. Instead, now we will support
an optional single-threaded process model that can be invoked to
deal with JVMs that have trouble executing when invoked from a
thread.
This commit is contained in:
Juan Carlos Luciani
2006-11-15 05:06:54 +00:00
parent 075d5d6da2
commit f90f3d91bf
2 changed files with 151 additions and 451 deletions

View File

@@ -45,7 +45,6 @@ extern "C" {
#include <stdlib.h>
#include <pthread.h>
#include <syslog.h>
#include <sys/mman.h>
#include <signal.h>
#include <sys/stat.h>
#include <sys/file.h>