27 #define CONFFILE "socket.conf"
73 Server() : nWorkers(0), workerID(0), shutdownServer(false) {}
79 void setNWorkers(
int n );
82 list<pthread_t*>* getStartedThreads();
85 list<pthread_t*>* getStoppedThreads();
88 void startServer(
string i ,
int p);
91 void freeRAM(list<pthread_t*> *threadList);
147 bool readConf(
string *ip,
int *port);