Hi folks,
i looking to solve a performance probleme. i'm ircop on a network and setting up some eggdrops for secure stuff. so we do using an open proxy monitoring mirc script for checking on mostly floodbots. this addon is using a reference ip-list. so i setup an eggdrop which performing a whois on a new joined user in a channel. no big stuff. the prob i've running into, is the work down of the server msg queue. its to slow. cause each whois will give the bot 7 lines of info back, i'm looking only for one special raw event where the ip is included. even with a /stats L nickname, which gives back 3 lines only, won't be fast enough, to set the glines. the respond of the eggdrop is to slow. i did some couple test with only 10 fixed ip's we are using for testing our scripts and used some floodbots with these ip's to join a our testchannel. the result was a mess. after 6 rejoin the eggdrop got the first gline done and the script is really quit simple.
some tech. infos:
- eggdrop is running togther with the ircd on a dedi
- the conf is kept with minimum on settings
- only one tcl is running
- no extra file writings/readings activities. only botlog
sorry for my bad english, but i hope i cleared out the prob i do have and someone may have an answer, how i can increase the performance of an eggdrop.
greetz TKT