Enhancing the AuthTokenValidateSvc so that it can have a process model

where it executes the Java classes from helper processes. This is being
dome to get around SUN's JVM problem where class invokations from a
thread fail.
This commit is contained in:
Juan Carlos Luciani
2006-11-14 08:07:01 +00:00
parent 024f8aadfd
commit 5f14f490e2
2 changed files with 446 additions and 5 deletions

View File

@@ -45,6 +45,7 @@ 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>