use single thread scheduler and worker

This commit is contained in:
Xuan Sang LE
2018-09-26 10:30:04 +02:00
parent 6b83f363f8
commit 90d44d782f
5 changed files with 60 additions and 44 deletions

View File

@ -33,7 +33,7 @@ httpd: lib $(SERVER_O)
relay: lib $(SERVER_O)
$(CC) $(CFLAGS) $(SERVER_O) -o $(BUILDIRD)/relay relay.c $(SERVERLIB)
cp relayd $(BUILDIRD)
cp forward $(BUILDIRD)
lib: $(LIBOBJS)
$(CC) $(CFLAGS) $(DB_LIB) $(SSL_LIB) -shared -o $(LIB_NAME).$(EXT) $(LIBOBJS)
cp $(LIB_NAME).$(EXT) $(LIB_PATH$)/