15 May
2006
15 May
'06
4:49 p.m.
"Michael Markstaller" <mm@elabnet.de> wrote:
Is there a way now (I remember some dicussions years ago it wasn't) to make the failover to multiple proxies work without losing one authentication-try each dead_time ?
Source code changes. The problem is mainly that in order to do it, the server must schedule events to happen in the future, and then wake up to process those events. It's not impossible, it's just more work and more code. Alan DeKok.