summaryrefslogtreecommitdiffstats
path: root/servercomm
diff options
context:
space:
mode:
authorPeter Baumann <p.baumann@jacobs-university.de>2010-07-27 09:09:46 +0200
committerwww-data <www-data@ubuntu.localdomain>2010-07-30 11:16:37 +0200
commitf75d8d2bd146dd8cfe16207377264218b148d197 (patch)
treecf7141d74b91f5fc7d698bf4d539827d11a82179 /servercomm
parentb2119927d072fdd6d99bccceb5fd3fd68771f4d0 (diff)
downloadrasdaman-upstream-f75d8d2bd146dd8cfe16207377264218b148d197.tar.gz
rasdaman-upstream-f75d8d2bd146dd8cfe16207377264218b148d197.tar.xz
rasdaman-upstream-f75d8d2bd146dd8cfe16207377264218b148d197.zip
PB: more benchmark improvement + correct log output handling
Diffstat (limited to 'servercomm')
-rw-r--r--servercomm/servercomm.cc3
-rw-r--r--servercomm/servercomm.hh5
2 files changed, 3 insertions, 5 deletions
diff --git a/servercomm/servercomm.cc b/servercomm/servercomm.cc
index 5982453..fbee2e3 100644
--- a/servercomm/servercomm.cc
+++ b/servercomm/servercomm.cc
@@ -117,7 +117,7 @@ static const char rcsid[] = "@(#)servercomm, ServerComm: $Id: servercomm.cc,v 1.
using namespace std;
// init globals for server initialization
-// RMINITGLOBALS('S')
+RMINITGLOBALS('S');
// Once again a function prototype. The first one is for the RPC dispatcher
// function located in the server stub file rpcif_svc.c and the second one
@@ -1241,7 +1241,6 @@ ServerComm::ClientTblElt::releaseTransferStructures()
*** This class shouldn't be here, later it will be put in its own file
******************************************************************************************/
-// learned from license.cc
#ifdef LINUX
extern "C" {
extern char *strptime __P ((__const char *__s, __const char *__fmt, struct tm *__tp));
diff --git a/servercomm/servercomm.hh b/servercomm/servercomm.hh
index 2d34e69..460fc2c 100644
--- a/servercomm/servercomm.hh
+++ b/servercomm/servercomm.hh
@@ -64,7 +64,6 @@ class QtData;
class MDDObj;
class MDDCollIter;
class MDDColl;
-class RMTimer;
class r_Parse_Params;
//@ManMemo: Module: {\bf servercomm}
@@ -1045,9 +1044,9 @@ class ServerComm
void clientEndRequest();
- // constant for clientID
+ // constant for clientID
static const char* HTTPCLIENT;
-
+
private:
/// copy constructor is private and therefore can not be used
ServerComm( const ServerComm& );//and then why this? : clientTimeout(3600), garbageCollectionInterval(600){;};