Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package gadfly :: Module server :: Class Server |
|
database server: listen for commands
Method Summary | |
---|---|
__init__(self,
port,
db,
dr,
pw,
startup)
| |
return the admin policy for priviledged access. | |
get the db connection... | |
get the listening socket... | |
init(self)
| |
after init, listen for commands. | |
setup the policies and load startup module... |
Class Variable Summary | |
---|---|
int |
BACKLOG = 5 |
int |
check_loop = 5 |
str |
HOST = ''
|
int |
select_timeout = 300 |
int |
verbose = 1 |
Method Details |
---|
get_admin_policy(self)return the admin policy for priviledged access. |
getconnection(self)get the db connection |
getsocket(self)get the listening socket |
start(self)after init, listen for commands. |
startup_load(self)setup the policies and load startup module |
Class Variable Details |
---|
BACKLOG
|
check_loop
|
HOST
|
select_timeout
|
verbose
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:00 2003 | http://epydoc.sf.net |