| 2 |
## $Id$ |
## $Id$ |
| 3 |
## ------------------------------------------------------------------------ |
## ------------------------------------------------------------------------ |
| 4 |
## $Log$ |
## $Log$ |
| 5 |
|
## Revision 1.6 2003/07/02 11:00:40 jonen |
| 6 |
|
## fixed: die now if http-port is used by other app |
| 7 |
|
## |
| 8 |
## Revision 1.5 2003/07/01 18:11:15 joko |
## Revision 1.5 2003/07/01 18:11:15 joko |
| 9 |
## fixed: renamed package name according to new filenames |
## fixed: renamed package name according to new filenames |
| 10 |
## |
## |
| 68 |
} |
} |
| 69 |
); |
); |
| 70 |
|
|
| 71 |
|
#print Dumper($self->{_daemon}) . "\n"; |
| 72 |
|
if(!ref($self->{_daemon})) { die($self->{_daemon} . ", maybe same daemon or other daemon on same port is already running??" . "\n"); } |
| 73 |
|
|
| 74 |
# API |
# API |
| 75 |
|
|
| 76 |
# 1. load api module |
# 1. load api module |