[BACK] Return to HOWTO CVS log [TXT][DIR] Up to Nevrax / code / nelns

Diff for /code/nelns/HOWTO between version 1.1 and 1.2

version 1.1, 2001/04/18 13:54:25 version 1.2, 2001/10/04 15:49:12
Line 16 
Line 16 
 (shown in Unix naming scheme, for Windows add ".exe") in a single (shown in Unix naming scheme, for Windows add ".exe") in a single
 directory (let's call it homedir/bin): directory (let's call it homedir/bin):
 naming_service  -> used to find a specific service by its name naming_service  -> used to find a specific service by its name
 log_service     -> centralized logger for all services 
 time_service    -> centralized time reference manager time_service    -> centralized time reference manager
 login_service   -> centralized user account manager for all shards login_service   -> centralized user account manager for all shards
 (admin_executor_service -> collects system stats  (admin_executor_service -> collects system stats
Line 45 
Line 44 
  
 -- starts -- -- starts --
 nohup ~/bin/naming_service >/dev/null nohup ~/bin/naming_service >/dev/null
 nohup ~/bin/log_service >/dev/null 
 nohup ~/bin/time_service >/dev/null nohup ~/bin/time_service >/dev/null
 nohup ~/bin/login_service >/dev/null nohup ~/bin/login_service >/dev/null
 echo "Active services:" echo "Active services:"
Line 69 
Line 67 
 - ls.log (login_service) - ls.log (login_service)
   Every time someone logs in, its configuration information is   Every time someone logs in, its configuration information is
   saved into ls.log   saved into ls.log
 - logs.log (very big especially if you have compiled the servers - log.log (very big especially if you have compiled the servers
   with NL_DEBUG defined) (log_service)   with NL_DEBUG defined)
   Contains all debug information sent by the services.   Contains all debug information sent by the services.
  
  


Legend:
Removed from v.1.1 
changed lines
 Added in v.1.2