Hi,
i took a closer look to the ip_vs_sh.c. Now, i know, that the SH Scheduler is
not the scheduler i need. What i need:
A scheduler, which gets its order from an input file.
Eg:
a file called ip_table:
# Client (SRC_IP) # Server (DST_IP)
10.1.1.1 10.1.5.7
10.1.1.2 10.1.5.12
10.1.1.3 10.1.5.7
10.10.0.2 10.1.5.7
the LB does something like this:
if (SRC_IP = 10.1.1.1)
GO TO SERVER (DST_IP = 10.1.5.7)
if (SRC_IP = 10.1.1.2)
GO TO SERVER (DST_IP = 10.1.5.12)
maybe you can call this method a static source scheduling
Is there a existent scheduler method, which i can used or is there some work
todo?
Regards
Marco Lorig
______________________________________________________________________________
Nie mehr einen Text fur Ihren Anrufbeantworter ausdenken! Die Voicebox
speichert Ihre Anrufe - http://freemail.web.de/features/?mc=021161
|