ZOO-Project
|
#include "service_internal_hpc.h"
#include "response_print.h"
#include "server_internal.h"
#include "service_callback.h"
#include "mimetypes.h"
#include <sys/un.h>
Data Structures | |
struct | local_params |
Parameter definition to be used for sending parameters to a thread. More... | |
Functions | |
void | addNestedOutputs (service **s) |
Add nested outputs to every outputs that is geographic format. More... | |
int | addReadLocks (maps **conf) |
Acquire a read lock on every files used as input for executing a service. More... | |
int | removeReadLocks (maps **conf) |
Remove all read locks set for files used as input for executing the service. More... | |
char * | getConfiguration (maps **conf, maps **inputs, const char *confId) |
Get the section name depending on number of features and/or pixels of each inputs and the threshold defined in a section. More... | |
int | zoo_hpc_support (maps **main_conf, map *request, service *s, maps **real_inputs, maps **real_outputs) |
Load and run a HPC Application corresponding to the service. More... | |
struct local_params |
void addNestedOutputs | ( | service ** | s | ) |
Add nested outputs to every outputs that is geographic format.
s | the service current definition |
int addReadLocks | ( | maps ** | conf | ) |