#include <Ice/Ice.h>
#include "DistributedMap.h"
#include "Hashmap_Array.h"
#include <IceUtil/Mutex.h>
#include <IceUtil/Handle.h>
#include <list>
#include "Server_Helper.h"
Go to the source code of this file.
Classes | |
class | PNGJob |
class | DM_Server |
The Server class that implements the DistributedMap Ice interface. More... | |
Typedefs | |
typedef IceUtil::Handle< PNGJob > | PNGJobPtr |
Variables | |
const int | QUE_FULL = 50 |
const int | NUM_CONSUMERS = 3 |
const int | CHUNK = 10 |
const int CHUNK = 10 |
const int NUM_CONSUMERS = 3 |
const int QUE_FULL = 50 |