diff options
| author | ivan <ivan> | 2003-06-16 14:12:48 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2003-06-16 14:12:48 +0000 |
| commit | 7d0906c0b1eb4df0a66371268317e07802abaa2b (patch) | |
| tree | 304baa69656d63bcf92582d7731d65b945a7ad17 /iceplexd | |
| parent | f447e74c146d83b9348ed3dcb32104d2b2991ac9 (diff) | |
first pass at something ready to try/test
Diffstat (limited to 'iceplexd')
| -rw-r--r-- | iceplexd | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1 +1,27 @@ #!/usr/bin/perl +# +# iceplexd +# +# Copyright (c) 2003 Ivan Kohler +# All rights reserved. +# This program is free software; you can redistribute it and/or modify it under +# the same terms as Perl itself. + +# TODO, fake it for now :) + +# daemonize + +while (1) { + + # select all servers + # SELECT * FROM iceplex_servers + + foreach my $server ( @servers ) { + #ping , set status + # ask # of listeners + #update database + + } + +sleep 5; +} |
