Легенда:
новое сообщение
закрытая нитка
новое сообщение
в закрытой нитке
старое сообщение
|
- Напоминаю, что масса вопросов по функционированию форума снимается после прочтения его описания.
- Новичкам также крайне полезно ознакомиться с данным документом.
[OGR] Проверка на дубликаты в прокси 12.12.06 10:56 Число просмотров: 2751
Автор: hephasto Статус: Незарегистрированный пользователь
|
В мануале к проксиперу :) написано:
CONFIGURATION: Dupechecking
The proxy now does limited timespan dupechecking, to reduce the network-load of upstream servers a little bit. It works as follows:
- A block is submitted, first it is looked up in the dupe-history queue. If it is found there, it's a triple dupe. Just increment the dupe-number (so it says: "block xx, 3 dupes" in the logs)
- If it's not found in the dupe-history, look it up in the "block-history" (explained later). If so, it a double dupe, log it as "block xx, 2 dupes". Remove it from the block-history-queue en put it in the dupe-history-queue.
- If it's not found in the block-history, it's not a dupe. Add it to the "block-history", so we can compare subsequent blocks to it.
This dupechecking can be turned off with a ini-option: Set [rc5-72]/checkduplicates or [desII]/checkduplicates to 0 (zero) and this mechanism will be disabled. Note that this is not useful at all, since the fullproxies (or the keymaster) will filter them out eventually anyway!
Т.е. возможность есть, но не рекомендуется этого делать (во избежание потери блоков), т.к. главный кейсервер всё равно найдёт дубликаты.
Активировать режим можно так:
checkduplicates=1
нашёл здесь:
http://irc.ryazan.ru/sergneo/client.html
|
|
|